diff options
Diffstat (limited to 'server')
| -rw-r--r-- | server/src/inotify.cc | 2 | 
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)  {  | 
