summaryrefslogtreecommitdiff
path: root/tests/test-bison-yylloc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-bison-yylloc/main.c')
-rw-r--r--tests/test-bison-yylloc/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-bison-yylloc/main.c b/tests/test-bison-yylloc/main.c
index 082c88c..24568a9 100644
--- a/tests/test-bison-yylloc/main.c
+++ b/tests/test-bison-yylloc/main.c
@@ -24,8 +24,6 @@
#include "parser.h"
#include "scanner.h"
-extern int testparse(yyscan_t);
-
int main ( int argc, char** argv )
{
yyscan_t scanner;