diff options
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r-- | src/libutil/logging.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh index ddfc336fee07..9ef6e3ee30e4 100644 --- a/src/libutil/logging.hh +++ b/src/libutil/logging.hh @@ -15,7 +15,6 @@ typedef enum { class Activity { - static std::atomic<uint64_t> nextId; public: typedef uint64_t t; const t id; |