diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/store.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/store.cpp b/common/store.cpp index 33d7b51..b0aac4c 100644 --- a/common/store.cpp +++ b/common/store.cpp | |||
@@ -49,12 +49,6 @@ static bool sanityCheckQuery(const Sink::Query &query) | |||
49 | return false; | 49 | return false; |
50 | } | 50 | } |
51 | } | 51 | } |
52 | for (const auto &id : query.getResourceFilter().ids) { | ||
53 | if (id.isEmpty()) { | ||
54 | SinkError() << "Empty resourceid in query."; | ||
55 | return false; | ||
56 | } | ||
57 | } | ||
58 | return true; | 52 | return true; |
59 | } | 53 | } |
60 | 54 | ||