Skip to content

Commit 3e1cea3

Browse files
committed
Remove dead code.
1 parent a194b67 commit 3e1cea3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sc2reader/utils.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,6 @@ def recovery_attempt():
151151
raise MPQError("Unable to extract file: {0}".format(data_file), e)
152152

153153

154-
def merged_dict(a, b):
155-
c = a.copy()
156-
c.update(b)
157-
return c
158-
159-
160154
def get_files(path, exclude=list(), depth=-1, followlinks=False, extension=None, **extras):
161155
"""
162156
Retrieves files from the given path with configurable behavior.

0 commit comments

Comments
 (0)