From 97661e1a65d85533b82edc99fbd626e7abbe5087 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 16 Oct 2014 19:52:52 -0700 Subject: [PATCH] librados: remove crufty declaration Signed-off-by: Sage Weil --- src/librados/IoCtxImpl.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/librados/IoCtxImpl.h b/src/librados/IoCtxImpl.h index 55d4a4944b3d3..fe6c90fc656ea 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 -- 2.39.5