From 7225b0865e8c7697fce69224640142374b22364d Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 14 Nov 2008 22:27:04 +0000 Subject: -- 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 --- nmglobal.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'nmglobal.h') 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; -- cgit v1.2.3