summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2010-10-06 13:59:03 +0000
committerdeva <deva>2010-10-06 13:59:03 +0000
commit53ffe3aa7ca6f625a624c6e565761c860ead639a (patch)
treed019b94743b4c8e9649ab48496059ed2d22dcce8
parentac17efdb11e4f87df68306f1abe8a564257a1f90 (diff)
Fix compilation wihtout debug.
-rw-r--r--server/src/inotify.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/src/inotify.cc b/server/src/inotify.cc
index dd5ec52..43f67fd 100644
--- a/server/src/inotify.cc
+++ b/server/src/inotify.cc
@@ -41,7 +41,6 @@
#define TEST(x, m) ((x & m) == m)
-#ifdef WITH_DEBUG
#define STEST(x, m) (TEST(x, m)?#m" ":"")
static std::string mask2asc(uint32_t mask)
@@ -77,7 +76,6 @@ static std::string mask2asc(uint32_t mask)
return str;
}
-#endif
static inline bool isdir(const char *name)
{