Skip to content

Commit 96abade

Browse files
committed
mmaprototype: move unused helper functions to constraint_unused.go
Previously, constraint.go included a few helper functions intended for future production use but not currently in use. This commit moves those helpers into their own dedicated file to make constraint.go smaller.
1 parent 21eed7b commit 96abade

File tree

3 files changed

+449
-437
lines changed

3 files changed

+449
-437
lines changed

pkg/kv/kvserver/allocator/mmaprototype/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ go_library(
99
"cluster_state_rebalance_stores.go",
1010
"constraint.go",
1111
"constraint_matcher.go",
12+
"constraint_unused.go",
1213
"doc.go",
1314
"load.go",
1415
"memo_helper.go",

0 commit comments

Comments
 (0)