Skip to content

Commit a3cd944

Browse files
committed
Remove leftover comment in lang::textmate::NameGeneration
1 parent 3f6cc63 commit a3cd944

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rascal-textmate-core/src/main/rascal/lang/textmate/NameGeneration.rsc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ alias NameGenerator = str(Production);
4949

5050
NameGenerator newNameGenerator(list[Production] prods, short()) {
5151

52-
// Define auxiliary functions to compute names for symbols
53-
54-
5552
// Define auxiliary function to count the number of occurrences of a name
5653
int count(str name) = (0 | it + 1 | p <- prods, toName(p.def) == name);
5754

0 commit comments

Comments
 (0)