aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/plugins
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-05 19:30:58 +0100
committerMax Kellermann <max@duempel.org>2014-02-05 19:30:58 +0100
commite3e3053f32cb89714c372b15bbd8c22e1c0a6513 (patch)
tree51c2b8d3563bcb43757db8dc7bd426b0c600f105 /src/storage/plugins
parentc8c3f208405e6ceb2d608bdb9e6d9d4377d9aee6 (diff)
downloadmpd-e3e3053f32cb89714c372b15bbd8c22e1c0a6513.tar.gz
mpd-e3e3053f32cb89714c372b15bbd8c22e1c0a6513.tar.xz
mpd-e3e3053f32cb89714c372b15bbd8c22e1c0a6513.zip
storage/Interface: explicitly delete copy constructors
Diffstat (limited to '')
-rw-r--r--src/storage/plugins/LocalStorage.hxx2
1 files changed, 0 insertions, 2 deletions
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;