librbd: drop deferred AsioEngine destruction
authorJason Dillaman <dillaman@redhat.com>
Mon, 24 Aug 2020 17:31:17 +0000 (13:31 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 24 Aug 2020 17:32:33 +0000 (13:32 -0400)
commit590afaff4e6a040c1e67a91e7569a2622d19af05
tree1e38cc7a8d601542d46ef406260921525f40a23e
parent103fd4af216820fefa12a2ec9576f9eb305fc05f
librbd: drop deferred AsioEngine destruction

Commit 90bd1d7a857c0f3c57bda60975f58f9859940185 removed the need to
defer deletion of the AsioEngine but missed removing the original
code.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/ImageCtx.cc