Skip to content

Commit a9e636a

Browse files
Remove unused local variable.
1 parent 3077851 commit a9e636a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/name-compression/HuffGen.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def addLine(line):
1616
"""
1717
Analyze the frequency of letters in \p line.
1818
"""
19-
max_string_length = 8
2019
for c in line: hist[c] += 1
2120

2221
# Read all of the input files and analyze the content of the files.

0 commit comments

Comments
 (0)