]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
librados: remove crufty declaration
authorSage Weil <sage@redhat.com>
Fri, 17 Oct 2014 02:52:52 +0000 (19:52 -0700)
committerSage Weil <sage@redhat.com>
Thu, 4 Dec 2014 18:32:37 +0000 (10:32 -0800)
Signed-off-by: Sage Weil <sage@redhat.com>
src/librados/IoCtxImpl.h

index 55d4a4944b3d3b4a0b6da1f68f33c5b62338d9ac..fe6c90fc656eaa8d56d06c65791e17c3b6b70512 100644 (file)
@@ -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