diff options
Diffstat (limited to 'common/clientapi.cpp')
-rw-r--r-- | common/clientapi.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/clientapi.cpp b/common/clientapi.cpp index b7dfb86..f67606e 100644 --- a/common/clientapi.cpp +++ b/common/clientapi.cpp | |||
@@ -190,11 +190,6 @@ KAsync::Job<void> Resources::start(const QByteArray &identifier) | |||
190 | }); | 190 | }); |
191 | } | 191 | } |
192 | 192 | ||
193 | void Store::removeFromDisk(const QByteArray &identifier) | ||
194 | { | ||
195 | removeDataFromDisk(identifier).exec().waitForFinished(); | ||
196 | } | ||
197 | |||
198 | KAsync::Job<void> Store::removeDataFromDisk(const QByteArray &identifier) | 193 | KAsync::Job<void> Store::removeDataFromDisk(const QByteArray &identifier) |
199 | { | 194 | { |
200 | //All databases are going to become invalid, nuke the environments | 195 | //All databases are going to become invalid, nuke the environments |