From: Hannah von Reth Date: Thu, 23 Apr 2020 08:34:41 +0000 (+0200) Subject: Remove unused struct X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~468^2~108 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1a1035d516e556610f28e21873d6c2296e6b14c3;p=nextcloud-desktop.git Remove unused struct --- 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;