Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsync/vfs/suffix/vfs_suffix.h')
-rw-r--r--src/libsync/vfs/suffix/vfs_suffix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsync/vfs/suffix/vfs_suffix.h b/src/libsync/vfs/suffix/vfs_suffix.h
index f73a964b5..4899fc82f 100644
--- a/src/libsync/vfs/suffix/vfs_suffix.h
+++ b/src/libsync/vfs/suffix/vfs_suffix.h
@@ -42,7 +42,6 @@ public:
Result<void, QString> createPlaceholder(const SyncFileItem &item) override;
- Result<void, QString> dehydratePlaceholder(const SyncFileItem &item) override;
bool needsMetadataUpdate(const SyncFileItem &) override { return false; }
bool isDehydratedPlaceholder(const QString &filePath) override;