]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds/FSMapUser.h: remove copy ctr and assign op 11509/head
authorMichal Jarzabek <stiopa@gmail.com>
Sat, 15 Oct 2016 16:00:52 +0000 (17:00 +0100)
committerMichal Jarzabek <stiopa@gmail.com>
Sat, 15 Oct 2016 17:23:37 +0000 (18:23 +0100)
commit8a4286f55c6018fd1710193d41ee87ef8211888a
tree7af8e75ea252197a241f427491ed8e4ab65af04f
parent62d8e60cb6be44f0b33ca715c07e14a92f315bf9
mds/FSMapUser.h: remove copy ctr and assign op

The default ones generated by the compiler will be the same. Also
defining copy constructor and assignment operator prevents compiler
from generating deafult move assignment and move constructor.

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