aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/timer/cpu_counter/tm_hard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/timer/cpu_counter/tm_hard.h')
-rw-r--r--src/utils/timer/cpu_counter/tm_hard.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/utils/timer/cpu_counter/tm_hard.h b/src/utils/timer/cpu_counter/tm_hard.h
deleted file mode 100644
index ec5268085..000000000
--- a/src/utils/timer/cpu_counter/tm_hard.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*************************************************
-* Hardware Timer Header File *
-* (C) 1999-2007 Jack Lloyd *
-*************************************************/
-
-#ifndef BOTAN_TIMER_HARDWARE_H__
-#define BOTAN_TIMER_HARDWARE_H__
-
-#include <botan/timer.h>
-
-namespace Botan {
-
-/*************************************************
-* Hardware Timer *
-*************************************************/
-class BOTAN_DLL Hardware_Timer : public Timer
- {
- public:
- std::string name() const { return "Hardware Timer"; }
- u64bit clock() const;
- };
-
-}
-
-#endif