Skip to content

Commit 2191ff4

Browse files
committed
Merge pull request #23 from hayashikun/remove_not_used
Remove not used local variable 'output_file_map_path'
2 parents 1109910 + 707cc47 commit 2191ff4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Utilities/bootstrap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ class Target(object):
161161
module_dir, output, objects,
162162
link_input_nodes, predecessor_node):
163163
# Compute the derived paths.
164-
output_file_map_path = os.path.join(
165-
target_build_dir, 'OutputFileMap.json')
166164
module_path = os.path.join(module_dir, "%s.swiftmodule" % (self.name,))
167165

168166
# Create the per-file entries.

0 commit comments

Comments
 (0)