summaryrefslogtreecommitdiffstats
path: root/sinksh/state.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-03 14:02:27 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-03 14:02:27 +0200
commit55fe06979ceebe67553135b43aa47e70d931304b (patch)
tree16b10a744879cc1872d6c07624b59ae64469ddbf /sinksh/state.cpp
parent56fae95f49a1ca8ca614bd9f89b0ea5f872765e9 (diff)
parent288946f1694c2abe1d2c5800c87339d1e8780e4b (diff)
downloadsink-55fe06979ceebe67553135b43aa47e70d931304b.tar.gz
sink-55fe06979ceebe67553135b43aa47e70d931304b.zip
Merge branch 'develop'
Diffstat (limited to 'sinksh/state.cpp')
-rw-r--r--sinksh/state.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sinksh/state.cpp b/sinksh/state.cpp
index 8f4a675..7e04d28 100644
--- a/sinksh/state.cpp
+++ b/sinksh/state.cpp
@@ -26,8 +26,6 @@
26 26
27#include "common/log.h" 27#include "common/log.h"
28 28
29SINK_DEBUG_AREA("state")
30
31static bool s_hasEventLoop = false; 29static bool s_hasEventLoop = false;
32 30
33class State::Private 31class State::Private