Remove unused struct
authorHannah von Reth <hannah.vonreth@owncloud.com>
Thu, 23 Apr 2020 08:34:41 +0000 (10:34 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:59:11 +0000 (10:59 +0100)
src/csync/csync_util.cpp

index 54f2983397dd44c9ee448e208e457c736fa998eb..e0d30ba9ad7620081d489ac2a3bc5d94dc8e0146 100644 (file)
 
 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;