]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/PGMonitor: rm nonused function 14033/head
authorWei Jin <wjin.cn@gmail.com>
Sat, 18 Mar 2017 13:50:54 +0000 (21:50 +0800)
committerWei Jin <wjin.cn@gmail.com>
Sat, 18 Mar 2017 13:51:49 +0000 (21:51 +0800)
Signed-off-by: Wei Jin <wjin.cn@gmail.com>
src/mon/PGMonitor.h

index f0a6fd3b9d3835cbb467b60bddd198026c7268d5..5cdaaf2c21fdf050b0c2f7f0a1116627505567c7 100644 (file)
@@ -89,8 +89,6 @@ private:
   // when we last received PG stats from each osd
   map<int,utime_t> last_osd_report;
 
-  void register_new_pgs();
-
   epoch_t send_pg_creates(int osd, Connection *con, epoch_t next);
 
   /**