diff options
author | Matt Turner <mattst88@gmail.com> | 2008-11-15 04:45:48 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2008-11-15 04:45:48 +0000 |
commit | 991b62808450c54ac721f345d82426fde3e6289f (patch) | |
tree | 491d537644ed0886d2eedc1dd774280d56f41e5f /sysinfoc.c.template | |
parent | 71fc241cfd8e94a20a7bd33369e09bde0424e367 (diff) |
-- Reorder benchmarks to simplify results calculation logic
-- Fix up sysinfo template stuff
-- More cleanbench.c cleanups
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@59 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'sysinfoc.c.template')
-rw-r--r-- | sysinfoc.c.template | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysinfoc.c.template b/sysinfoc.c.template deleted file mode 100644 index b576f54..0000000 --- a/sysinfoc.c.template +++ /dev/null @@ -1,2 +0,0 @@ -printf("C compiler : %CCVERSION%\n"); -printf("libc : %LIBCVERSION%\n"); |