summaryrefslogtreecommitdiff
path: root/src/surveyor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/surveyor.hpp')
-rw-r--r--src/surveyor.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/surveyor.hpp b/src/surveyor.hpp
index a77af49..e79dab0 100644
--- a/src/surveyor.hpp
+++ b/src/surveyor.hpp
@@ -23,7 +23,6 @@
#include "xsurveyor.hpp"
#include "stdint.hpp"
-#include "clock.hpp"
namespace xs
{
@@ -58,9 +57,6 @@ namespace xs
// The time instant when the current survey expires.
uint64_t timeout;
- // Provides a way to measure time quickly.
- clock_t clock;
-
surveyor_t (const surveyor_t&);
const surveyor_t &operator = (const surveyor_t&);
};