diff options
-rw-r--r-- | tests/mailquerybenchmark.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/mailquerybenchmark.cpp b/tests/mailquerybenchmark.cpp index 3eccfc3..f164366 100644 --- a/tests/mailquerybenchmark.cpp +++ b/tests/mailquerybenchmark.cpp | |||
@@ -170,8 +170,6 @@ private slots: | |||
170 | 170 | ||
171 | int liveQueryTime = 0; | 171 | int liveQueryTime = 0; |
172 | { | 172 | { |
173 | VERIFYEXEC(Sink::ResourceControl::shutdown(resourceIdentifier)); | ||
174 | |||
175 | auto q = query; | 173 | auto q = query; |
176 | q.setFlags(Sink::Query::LiveQuery); | 174 | q.setFlags(Sink::Query::LiveQuery); |
177 | 175 | ||
@@ -183,8 +181,6 @@ private slots: | |||
183 | 181 | ||
184 | int nonLiveQueryTime = 0; | 182 | int nonLiveQueryTime = 0; |
185 | { | 183 | { |
186 | VERIFYEXEC(Sink::ResourceControl::shutdown(resourceIdentifier)); | ||
187 | |||
188 | auto q = query; | 184 | auto q = query; |
189 | 185 | ||
190 | QTime time; | 186 | QTime time; |