diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-05-29T13·53+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-05-29T13·59+0200 |
commit | 588dad4084711e71a4dcb0758b2daf2fe03e2c8b (patch) | |
tree | de9c816d9bfa857aeeab593104c9be4414840b75 /src/libutil/logging.hh | |
parent | 63145be2a5ac46a283f85c835fa84bf54db59bbe (diff) |
Fix build failure on Debian/Ubuntu
http://hydra.nixos.org/build/53537463
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; |