summaryrefslogtreecommitdiff
path: root/stringsort.c
diff options
context:
space:
mode:
Diffstat (limited to 'stringsort.c')
-rw-r--r--stringsort.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stringsort.c b/stringsort.c
index 6b675de..4cb9a45 100644
--- a/stringsort.c
+++ b/stringsort.c
@@ -127,7 +127,6 @@ DoStringSortIteration(unsigned char *arraybase, unsigned int numarrays,unsigned
unsigned long *optrarray; /* Offset pointer array */
clock_t start, stop;
unsigned long nstrings; /* # of strings in array */
- int syserror; /* System error code */
unsigned int i; /* Index */
unsigned long *tempobase; /* Temporary offset pointer base */
unsigned char *tempsbase; /* Temporary string base pointer */
@@ -183,7 +182,6 @@ unsigned char i; /* Index */
unsigned long j; /* Another index */
unsigned int k; /* Yet another index */
unsigned int l; /* Ans still one more index */
-int systemerror; /* For holding error code */
/*
** Initialize random number generator.