summaryrefslogtreecommitdiff
path: root/nmglobal.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-14 22:27:04 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-14 22:27:04 +0000
commit7225b0865e8c7697fce69224640142374b22364d (patch)
tree27fb27187a9f6010485a2f5bc0716ce1e0af7acd /nmglobal.h
parent341997c711b8d0ba7edf70cced84762e2a82d996 (diff)
-- Remove numarrays member from structs in favor of a local variable
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@43 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
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;