summaryrefslogtreecommitdiff
path: root/nbench1.h
diff options
context:
space:
mode:
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 **