csync_exclude: fix compilation of non-test builds

This commit is contained in:
Olivier Goffart 2017-12-08 09:43:26 +01:00
parent e25af4f0dc
commit f1b7d506ae

View file

@ -51,10 +51,6 @@
#define CSYNC_LOG_CATEGORY_NAME "csync.exclude" #define CSYNC_LOG_CATEGORY_NAME "csync.exclude"
#include "csync_log.h" #include "csync_log.h"
#ifndef WITH_TESTING
static
#endif
/** Expands C-like escape sequences. /** Expands C-like escape sequences.
* *
* The returned string is heap-allocated and owned by the caller. * The returned string is heap-allocated and owned by the caller.