Skip to content

Commit 700ca69

Browse files
committed
chore: make internal simplification function private
1 parent af9feea commit 700ca69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/Sema/ConstraintSystem.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ class ConstraintSystem {
443443
/// @brief Print all constraints in a ConstraintSystem for debugging.
444444
void print();
445445

446+
private:
446447
// Constraint simplification passes
447448
void reorderConstraintsByPriority();
448449
};

0 commit comments

Comments
 (0)