Skip to content

Commit be4fc03

Browse files
authored
Merge pull request ceph#64601 from tchaikov/wip-dencoder-without-hitset
tools/ceph-dencoder: do not test HitSet types Reviewed-by: Matan Breizman <[email protected]>
2 parents 36a1469 + c6625a6 commit be4fc03

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/tools/ceph-dencoder/osd_types.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,6 @@ TYPE(ECSubWriteReply)
8282
TYPE_FEATUREFUL(ECSubRead)
8383
TYPE(ECSubReadReply)
8484

85-
#include "osd/HitSet.h"
86-
TYPE_NONDETERMINISTIC(ExplicitHashHitSet)
87-
TYPE_NONDETERMINISTIC(ExplicitObjectHitSet)
88-
TYPE(BloomHitSet)
89-
TYPE_NONDETERMINISTIC(HitSet) // because some subclasses are
90-
TYPE(HitSet::Params)
91-
9285
#include "osd/SnapMapper.h"
9386
TYPE(SnapMapper::Mapping)
9487
TYPE(SnapMapper::object_snaps)

0 commit comments

Comments
 (0)