Skip to content

Commit 3229d0d

Browse files
committed
Remove unused compaction type consts
1 parent fe35ece commit 3229d0d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pkg/scyllaclient/model.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,7 @@ func operationalModeFromString(str string) OperationalMode {
120120
type CompactionType string
121121

122122
const (
123-
CompactionCompactionType CompactionType = "COMPACTION"
124-
CleanupCompactionType CompactionType = "CLEANUP"
125-
ScrubCompactionType CompactionType = "SCRUB"
126-
UpgradeCompactionType CompactionType = "UPGRADE"
127-
ReshapeCompactionType CompactionType = "RESHAPE"
123+
CleanupCompactionType CompactionType = "CLEANUP"
128124
)
129125

130126
// NodeStatusAndStateInfo represents a node's status and state (like in nodetool status).

0 commit comments

Comments
 (0)