]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
msg/AsyncMessenger:delete cpy constr and assign op 9906/head
authorMichal Jarzabek <stiopa@gmail.com>
Thu, 23 Jun 2016 18:03:48 +0000 (19:03 +0100)
committerMichal Jarzabek <stiopa@gmail.com>
Thu, 23 Jun 2016 18:03:48 +0000 (19:03 +0100)
commit01629a06460b118fe8dbbfdd5c9a7977c3072613
tree86021a75f1572e7047b64d792d857d4e1bfb625f
parent463a78cdd50abc064e57af496ef4870722211906
msg/AsyncMessenger:delete cpy constr and assign op

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/msg/async/AsyncMessenger.cc