summaryrefslogtreecommitdiff
path: root/nbench0.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-11 22:34:57 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-11 22:34:57 +0000
commit1fa9357768c1b4b2301b7341656dbc81e531c9f6 (patch)
tree09866b6fc5eb52f13a44228fbbd7be543131942f /nbench0.h
parent9e43555ab77b3a486948f2de4a878cc0d6d0c275 (diff)
-- Split nbench1.c into component files
-- Combine wordcat.h with huffman routines in huffman.c -- Readd NNET.DAT (oops) -- Update Makefile to build component files git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@3 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'nbench0.h')
-rw-r--r--nbench0.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/nbench0.h b/nbench0.h
index cef0928..46ef994 100644
--- a/nbench0.h
+++ b/nbench0.h
@@ -336,8 +336,6 @@ extern void DoHuffman(void);
extern void DoNNET(void);
extern void DoLU(void);
-extern void ErrorExit(void); /* From SYSSPEC */
-
/*
** Array of pointers to the benchmark functions.
*/