diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-14 20:34:23 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-14 20:34:23 +0200 |
commit | 8e7528cbbd422b5ae5d571542b9bd4a7d8c119a0 (patch) | |
tree | d46ae0434ce2b85685e3b0f5c71dd387f5bee17a /common/genericresource.cpp | |
parent | 62e5c57333d0ac9d3f242d3d9318478cab659488 (diff) | |
download | sink-8e7528cbbd422b5ae5d571542b9bd4a7d8c119a0.tar.gz sink-8e7528cbbd422b5ae5d571542b9bd4a7d8c119a0.zip |
Fixed issues found by clang analyzer
Diffstat (limited to 'common/genericresource.cpp')
-rw-r--r-- | common/genericresource.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/genericresource.cpp b/common/genericresource.cpp index 94ed546..87b6da1 100644 --- a/common/genericresource.cpp +++ b/common/genericresource.cpp | |||
@@ -40,10 +40,6 @@ | |||
40 | #include <QDataStream> | 40 | #include <QDataStream> |
41 | #include <QTime> | 41 | #include <QTime> |
42 | 42 | ||
43 | //This is the resources entity type, and not the domain type | ||
44 | #define ENTITY_TYPE_MAIL "mail" | ||
45 | #define ENTITY_TYPE_FOLDER "folder" | ||
46 | |||
47 | static int sBatchSize = 100; | 43 | static int sBatchSize = 100; |
48 | // This interval directly affects the roundtrip time of single commands | 44 | // This interval directly affects the roundtrip time of single commands |
49 | static int sCommitInterval = 10; | 45 | static int sCommitInterval = 10; |