diff options
Diffstat (limited to 'nbench0.h')
-rw-r--r-- | nbench0.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -216,13 +216,6 @@ int write_to_file; /* Write output to file */ int global_align; /* Memory alignment */ /* -** Following global is the memory array. This is used to store -** original and aligned (modified) memory addresses. -*/ -unsigned long mem_array[2][MEM_ARRAY_SIZE]; -int mem_array_ents; /* # of active entries */ - -/* ** Following are global structures, one built for ** each of the tests. */ |