Skip to content

Commit ad9c495

Browse files
committed
Removed duplicate code
1 parent 3872afe commit ad9c495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/typepal/ConfigurableScopeGraph.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ data TypePalConfig(
130130
= bool(IdRole _) { return false; },
131131

132132
str(str) normalizeName
133-
= str (str s) { return replaceAll(s, "\\", ""); },
133+
= defaultNormalizeName,
134134

135135
AType (Tree selector, AType def, AType ins, AType act, Solver s) instantiateTypeParameters
136136
= AType(Tree _, AType _, AType _, AType act, Solver _){ return act; },

0 commit comments

Comments
 (0)