storage/Interface: explicitly delete copy constructors

This commit is contained in:
Max Kellermann
2014-02-05 19:30:58 +01:00
parent c8c3f20840
commit e3e3053f32
2 changed files with 4 additions and 2 deletions

View File

@@ -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;