From: Sage Weil Date: Fri, 17 Oct 2014 02:52:52 +0000 (-0700) Subject: librados: remove crufty declaration X-Git-Tag: v0.91~143 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=97661e1a65d85533b82edc99fbd626e7abbe5087;p=ceph.git librados: remove crufty declaration Signed-off-by: Sage Weil --- diff --git a/src/librados/IoCtxImpl.h b/src/librados/IoCtxImpl.h index 55d4a4944b3d..fe6c90fc656e 100644 --- a/src/librados/IoCtxImpl.h +++ b/src/librados/IoCtxImpl.h @@ -263,10 +263,6 @@ struct WatchNotifyInfo : public RefCountedWaitObject { ~WatchNotifyInfo() { io_ctx_impl->put(); } - - void notify(Mutex *lock, uint8_t opcode, uint64_t ver, uint64_t notify_id, - bufferlist& payload, - int return_code); }; } #endif