Don't use FPU in benchmarks that don't need to use the FPU
[riscv-tests.git] / benchmarks / common / syscalls.c
index 0a43878410bb804556850e6e16490c5c35061129..316f2fee67d870bf4cfad394023b2d4c93e2feac 100644 (file)
@@ -11,9 +11,6 @@
 #define SYS_exit 93
 #define SYS_stats 1234
 
-// initialized in crt.S
-int have_vec;
-
 extern volatile uint64_t tohost;
 extern volatile uint64_t fromhost;