]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osdc/ObjectCacher.h: delete copy constr and assign 9637/head
authorMichal Jarzabek <stiopa@gmail.com>
Fri, 10 Jun 2016 17:34:20 +0000 (18:34 +0100)
committerMichal Jarzabek <stiopa@gmail.com>
Fri, 10 Jun 2016 20:47:27 +0000 (21:47 +0100)
commitb93e8b77d5f697353a3a5469b6d40d5d0791a59b
tree4e309f5b11404e2a13f6f5b214635a42d07ba7c7
parent37b20e0f5920dafc1c7761f6ef8f58c791630d8c
osdc/ObjectCacher.h: delete copy constr and assign

Delete copy constructor and assignment operator, so the checking can
be moved from linking to compile time - as it was when the above
where only declared, but not defined.

Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
src/osdc/ObjectCacher.h