Skip to content

Commit a9f69c0

Browse files
author
whisper-bye
authored
remove useless extern declaration
1 parent 072b127 commit a9f69c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/callbacks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package main
1111
/*
1212
struct GraphQLAstField;
1313
14-
extern int printField(struct GraphQLAstField *field, void *unused);
14+
int printField(struct GraphQLAstField *field, void *unused);
1515
1616
int printField_cgo(struct GraphQLAstField *field, void *unused) {
1717
return printField(field, unused);

0 commit comments

Comments
 (0)