X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=common%2Ftest.h;h=f1abf56188a66b15f1ea64c0f640b044a9ac2dd4;hp=ed8addadcb693d67656496b1d1d6d7a46a552129;hb=7d87d3f6a765bea943beb384f9bbf359e3768c0a;hpb=d14d36762cc2131357345f960f7bdf86af140af8 diff --git a/common/test.h b/common/test.h index ed8adda..f1abf56 100644 --- a/common/test.h +++ b/common/test.h @@ -3,7 +3,6 @@ void error__(const char *n, int l, const char *s, ...); /* use it in bench_ functions */ -extern int N; void start_timer(void); void stop_timer(void); void reset_timer(void);