remove malloc declaration from dhrystone
authorColin Schmidt <colins@eecs.berkeley.edu>
Sat, 27 Feb 2016 06:00:31 +0000 (22:00 -0800)
committerColin Schmidt <colins@eecs.berkeley.edu>
Sat, 27 Feb 2016 20:04:47 +0000 (12:04 -0800)
it was unused and causing issues when building
with the linux toolchain

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 */