remove malloc declaration from dhrystone
[riscv-tests.git] / benchmarks / dhrystone / dhrystone_main.c
index f2cd58efa059857c6effe397acfcb5e6f014b628..492270a0439d23b84b0eed9b06e42f7b07999805 100644 (file)
@@ -60,7 +60,6 @@ char            Ch_1_Glob,
 int             Arr_1_Glob [50];
 int             Arr_2_Glob [50] [50];
 
-extern char     *malloc ();
 Enumeration     Func_1 ();
   /* forward declaration necessary since Enumeration may not simply be int */