We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e28f44 commit 69db0c0Copy full SHA for 69db0c0
src/express/scope.c
@@ -164,7 +164,6 @@ Linked_List SCOPEget_entities_superclass_order( Scope scope ) {
164
* caller is in a better position to describe the error with context
165
*/
166
void *SCOPEfind( Scope scope, char * name, int type ) {
167
- extern void *SCOPE_find( Scope , char *, int );
168
extern Dictionary EXPRESSbuiltins; /* procedures/functions */
169
void *x;
170
0 commit comments