]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/PGStateUtils: do not forward declare unused class
authorKefu Chai <kchai@redhat.com>
Sun, 6 Sep 2020 06:42:38 +0000 (14:42 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 6 Sep 2020 07:30:15 +0000 (15:30 +0800)
PG is not referenced in this header

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/PGStateUtils.h

index 50f6f624106dbe2bc4db5391d58f42cc96033844..952464641f0a09cf610305e66533ffc5dcf62e85 100644 (file)
@@ -10,7 +10,6 @@
 #include <vector>
 #include <boost/circular_buffer.hpp>
 
-class PG;
 class PGStateHistory;
 
 struct EpochSource {