summaryrefslogtreecommitdiff
path: root/nbench1.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-12 04:53:46 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-12 04:53:46 +0000
commit8a639cb06e75d496a33f609b049dbf9e6145befc (patch)
treebfc0fb3a89e8b39f0e89546043c64ac204f02b3d /nbench1.h
parent13434a06d5f7d34be5a78f4d8ab2db1a8b1d50e5 (diff)
Clean up numsort.c
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@11 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'nbench1.h')
-rw-r--r--nbench1.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/nbench1.h b/nbench1.h
index 77f2bb5..7d53d5a 100644
--- a/nbench1.h
+++ b/nbench1.h
@@ -72,19 +72,6 @@ extern double TicksToFracSecs(unsigned long tickamount);
** PROTOTYPES
*/
void DoNumSort(void);
-static unsigned long DoNumSortIteration(long *arraybase,
- unsigned long arraysize,
- unsigned int numarrays);
-static void LoadNumArrayWithRand(long *array,
- unsigned long arraysize,
- unsigned int numarrays);
-static void NumHeapSort(long *array,
- unsigned long bottom,
- unsigned long top);
-static void NumSift(long *array,
- unsigned long i,
- unsigned long j);
-
/****************
** STRING SORT **