mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 12:19:03 +03:00
csync_exclude: fix compilation of non-test builds
This commit is contained in:
parent
e25af4f0dc
commit
f1b7d506ae
1 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue