diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-08 21:07:19 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-08 21:07:19 +0100 |
commit | b56df00a4e9a874b96ad53b24a0e3b54e2d967c5 (patch) | |
tree | 5c2974e9e49246aa568a3274a2efc92bed900c0a /tests/genericresourcetest.cpp | |
parent | 5d19ebfb9654b8998d694ff88fa4dcde94b0874c (diff) | |
download | sink-b56df00a4e9a874b96ad53b24a0e3b54e2d967c5.tar.gz sink-b56df00a4e9a874b96ad53b24a0e3b54e2d967c5.zip |
Fixed warnings
Diffstat (limited to 'tests/genericresourcetest.cpp')
-rw-r--r-- | tests/genericresourcetest.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/genericresourcetest.cpp b/tests/genericresourcetest.cpp index 141a5f8..0c64659 100644 --- a/tests/genericresourcetest.cpp +++ b/tests/genericresourcetest.cpp | |||
@@ -14,12 +14,6 @@ | |||
14 | #include "genericresource.h" | 14 | #include "genericresource.h" |
15 | #include "definitions.h" | 15 | #include "definitions.h" |
16 | 16 | ||
17 | static void removeFromDisk(const QString &name) | ||
18 | { | ||
19 | Akonadi2::Storage store(Akonadi2::storageLocation(), name, Akonadi2::Storage::ReadWrite); | ||
20 | store.removeFromDisk(); | ||
21 | } | ||
22 | |||
23 | /** | 17 | /** |
24 | * Test of the generic resource implementation. | 18 | * Test of the generic resource implementation. |
25 | * | 19 | * |