summaryrefslogtreecommitdiff
path: root/cleanbench.h
diff options
context:
space:
mode:
Diffstat (limited to 'cleanbench.h')
-rw-r--r--cleanbench.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cleanbench.h b/cleanbench.h
index 842b0da..040e733 100644
--- a/cleanbench.h
+++ b/cleanbench.h
@@ -207,13 +207,6 @@ char *paramnames[]= {
char buffer[BUF_SIZ];
/*
-** Global parameters.
-*/
-unsigned long global_min_ticks; /* Minimum ticks */
-unsigned long global_min_seconds; /* Minimum seconds tests run */
-char global_ofile_name[BUF_SIZ];/* Output file name */
-
-/*
** Following are global structures, one built for
** each of the tests.
*/
@@ -249,7 +242,6 @@ void *global_fstruct[] =
/*
** PROTOTYPES
*/
-static void set_request_secs(void);
static int bench_with_confidence(int fid,
double *mean, double *stdev, unsigned long *numtries);
static int calc_confidence(double scores[],