projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b15c308
)
Remove unused struct
author
Hannah von Reth
<hannah.vonreth@owncloud.com>
Thu, 23 Apr 2020 08:34:41 +0000
(10:34 +0200)
committer
Kevin Ottens
<kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:59:11 +0000
(10:59 +0100)
src/csync/csync_util.cpp
patch
|
blob
|
history
diff --git
a/src/csync/csync_util.cpp
b/src/csync/csync_util.cpp
index 54f2983397dd44c9ee448e208e457c736fa998eb..e0d30ba9ad7620081d489ac2a3bc5d94dc8e0146 100644
(file)
--- 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;