Skip to content

Commit d9605bc

Browse files
committed
Remove caching when parsing LD script
1 parent d68c61f commit d9605bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

builder/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
# pylint: disable=redefined-outer-name
1616

17-
import functools
1817
import re
1918
import sys
2019
from os.path import join
@@ -47,7 +46,6 @@ def _parse_size(value):
4746
return value
4847

4948

50-
@functools.lru_cache
5149
def _parse_ld_sizes(ldscript_path):
5250
assert ldscript_path
5351
result = {}

0 commit comments

Comments
 (0)