Skip to content

Commit 69db0c0

Browse files
committed
remove inline extern declarations
1 parent 5e28f44 commit 69db0c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/express/scope.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ Linked_List SCOPEget_entities_superclass_order( Scope scope ) {
164164
* caller is in a better position to describe the error with context
165165
*/
166166
void *SCOPEfind( Scope scope, char * name, int type ) {
167-
extern void *SCOPE_find( Scope , char *, int );
168167
extern Dictionary EXPRESSbuiltins; /* procedures/functions */
169168
void *x;
170169

0 commit comments

Comments
 (0)