Skip to content

Commit 37e9b53

Browse files
committed
Remove now-unused helper
1 parent c251025 commit 37e9b53

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/test_other.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,6 @@ def llvm_nm(file):
227227
return symbols
228228

229229

230-
def get_file_and_gz_sizes(f):
231-
contents = read_binary(f)
232-
gz_contents = gzip.compress(contents)
233-
return len(contents), len(gz_contents)
234-
235-
236230
def deminify_syms(names, minification_map):
237231
deminify_map = {}
238232
for line in read_file(minification_map).splitlines():

0 commit comments

Comments
 (0)