]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
LibrbdWriteback: removed unused and undefined method
authorJosh Durgin <josh.durgin@inktank.com>
Wed, 10 Apr 2013 19:22:02 +0000 (12:22 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 23 Apr 2013 18:33:18 +0000 (11:33 -0700)
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
(cherry picked from commit 909dfb7d183f54f7583a70c05550bec07856d4e4)

src/librbd/LibrbdWriteback.cc

index 8a1b885f3c8ed9660454c6ff080eacc131f747c6..8c0de81078aff1c66fc2a66363d4b18664dd3e82 100644 (file)
@@ -48,7 +48,6 @@ namespace librbd {
     C_Request(CephContext *cct, Context *c, Mutex *l)
       : m_cct(cct), m_ctx(c), m_lock(l) {}
     virtual ~C_Request() {}
-    void set_req(AioRequest *req);
     virtual void finish(int r) {
       ldout(m_cct, 20) << "aio_cb completing " << dendl;
       {