From 53ffe3aa7ca6f625a624c6e565761c860ead639a Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 6 Oct 2010 13:59:03 +0000 Subject: Fix compilation wihtout debug. --- server/src/inotify.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'server/src/inotify.cc') 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) { -- cgit v1.2.3