Commit fe1cf60
Merge #157928
157928: mmaprototype: move unused helper functions to constraint_unused.go r=tbg a=wenyihu6
Epic: CRDB-55052
Release note: none
---
**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.
---
**mmaprototype: move unused helper functions to constraint_unused.go**
Previously, constraint_matcher.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_matcher.go smaller.
Co-authored-by: wenyihu6 <[email protected]>
Co-authored-by: Tobias Grieger <[email protected]>File tree
4 files changed
+498
-500
lines changed- pkg/kv/kvserver/allocator/mmaprototype
4 files changed
+498
-500
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments