From e3e3053f32cb89714c372b15bbd8c22e1c0a6513 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 5 Feb 2014 19:30:58 +0100 Subject: storage/Interface: explicitly delete copy constructors --- src/storage/plugins/LocalStorage.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/storage/plugins') diff --git a/src/storage/plugins/LocalStorage.hxx b/src/storage/plugins/LocalStorage.hxx index d9c2fcb64..319d0d189 100644 --- a/src/storage/plugins/LocalStorage.hxx +++ b/src/storage/plugins/LocalStorage.hxx @@ -56,8 +56,6 @@ public: LocalStorage(const char *_base_utf8, Path _base_fs) :base_utf8(_base_utf8), base_fs(_base_fs) {} - LocalStorage(const LocalStorage &) = delete; - /* virtual methods from class Storage */ virtual bool GetInfo(const char *uri_utf8, bool follow, FileInfo &info, Error &error) override; -- cgit v1.2.3