diff options
Diffstat (limited to 'tests')
-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 | * |