summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/pthread.l2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/pthread.l b/tests/pthread.l
index c40c024..535cab2 100644
--- a/tests/pthread.l
+++ b/tests/pthread.l
@@ -126,8 +126,6 @@ void * thread_func ( void* arg )
for( i =0 ; i < N_SCANS ; i++ )
{
- int main(int ARGC, char *ARGV[]);
-
int next;
yyscan_t scanner;
FILE * fp;