From 8e7528cbbd422b5ae5d571542b9bd4a7d8c119a0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 14 Jun 2016 20:34:23 +0200 Subject: Fixed issues found by clang analyzer --- common/genericresource.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common/genericresource.cpp') 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 @@ #include #include -//This is the resources entity type, and not the domain type -#define ENTITY_TYPE_MAIL "mail" -#define ENTITY_TYPE_FOLDER "folder" - static int sBatchSize = 100; // This interval directly affects the roundtrip time of single commands static int sCommitInterval = 10; -- cgit v1.2.3