summaryrefslogtreecommitdiff
path: root/src/gettime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gettime.h')
-rw-r--r--src/gettime.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gettime.h b/src/gettime.h
index a93eee387..4d5a02e1e 100644
--- a/src/gettime.h
+++ b/src/gettime.h
@@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <time.h>
#include <string>
-
enum TimePrecision
{
PRECISION_SECONDS,
@@ -33,7 +32,6 @@ enum TimePrecision
PRECISION_NANO
};
-
inline std::string getTimestamp()
{
time_t t = time(NULL);