aboutsummaryrefslogtreecommitdiff
path: root/daemon/Buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/Buffer.h')
-rw-r--r--daemon/Buffer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/daemon/Buffer.h b/daemon/Buffer.h
index c460fb7..f820cfd 100644
--- a/daemon/Buffer.h
+++ b/daemon/Buffer.h
@@ -13,8 +13,6 @@
#include <stdint.h>
#include <semaphore.h>
-#define GATOR_LIVE
-
class Sender;
class Buffer {
@@ -56,10 +54,7 @@ private:
bool available;
bool done;
char *const buf;
-#ifdef GATOR_LIVE
uint64_t commitTime;
-#endif
-
sem_t *const readerSem;
};