summaryrefslogtreecommitdiff
path: root/nmglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nmglobal.h')
-rw-r--r--nmglobal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/nmglobal.h b/nmglobal.h
index a87e61c..7333ca4 100644
--- a/nmglobal.h
+++ b/nmglobal.h
@@ -67,7 +67,6 @@
typedef struct {
double results; /* # of sort iterations per sec */
int adjust; /* Set adjust code */
- unsigned short numarrays; /* # of arrays */
unsigned long arraysize; /* # of elements in array */
} SortStruct;
@@ -174,7 +173,6 @@ typedef struct {
typedef struct {
double results; /* Results */
int adjust; /* Set adjust code */
- unsigned long numarrays; /* # of arrays */
} AssignStruct;
/********************
@@ -290,7 +288,6 @@ typedef struct {
typedef struct {
double results; /* Results */
int adjust; /* Set adjust code */
- unsigned long numarrays; /* # of arrays */
} LUStruct;
extern SortStruct global_numsortstruct;