From 8499c2d29b082f35ac2eb55f7633e0d4103cefe5 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 7 Oct 2016 15:38:08 +0200 Subject: Avoid using the resource object to remove the data from disk. ...because creating it will potentially start transactions on the database we're about to remove. --- common/resource.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common/resource.cpp') diff --git a/common/resource.cpp b/common/resource.cpp index 82c9fc8..f4c2ad4 100644 --- a/common/resource.cpp +++ b/common/resource.cpp @@ -61,10 +61,6 @@ void Resource::setLowerBoundRevision(qint64 revision) Q_UNUSED(revision) } -void Resource::removeDataFromDisk() -{ -} - class ResourceFactory::Private { -- cgit v1.2.3