Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/csync
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-04-23 11:34:41 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-12-15 12:59:11 +0300
commit1a1035d516e556610f28e21873d6c2296e6b14c3 (patch)
tree6ff46dfa75a621ba2287c09e923c410ab0c1460a /src/csync
parentb15c308170a10aa6ec4fc935b5f421e8c57d054c (diff)
Remove unused struct
Diffstat (limited to 'src/csync')
-rw-r--r--src/csync/csync_util.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/csync/csync_util.cpp b/src/csync/csync_util.cpp
index 54f298339..e0d30ba9a 100644
--- a/src/csync/csync_util.cpp
+++ b/src/csync/csync_util.cpp
@@ -37,12 +37,6 @@
Q_LOGGING_CATEGORY(lcCSyncUtils, "nextcloud.sync.csync.utils", QtInfoMsg)
-
-struct _instr_code_struct {
- const char *instr_str;
- SyncInstructions instr_code;
-};
-
struct csync_memstat_s {
int size;
int resident;