summaryrefslogtreecommitdiffstats
path: root/cryptopp562/bench.h
diff options
context:
space:
mode:
Diffstat (limited to 'cryptopp562/bench.h')
-rw-r--r--cryptopp562/bench.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/cryptopp562/bench.h b/cryptopp562/bench.h
deleted file mode 100644
index 8bb6ab9..0000000
--- a/cryptopp562/bench.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef CRYPTOPP_BENCH_H
-#define CRYPTOPP_BENCH_H
-
-#include "cryptlib.h"
-
-extern const double CLOCK_TICKS_PER_SECOND;
-
-void BenchmarkAll(double t, double hertz);
-void BenchmarkAll2(double t, double hertz);
-
-#endif