From 8a639cb06e75d496a33f609b049dbf9e6145befc Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 12 Nov 2008 04:53:46 +0000 Subject: Clean up numsort.c git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@11 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- nbench1.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'nbench1.h') 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 ** -- cgit v1.2.3