Skip to content

Commit 825ee70

Browse files
authored
Merge pull request #3730 from practicalswift/remove-unused-method-makeValue
[gardening] Remove unused method makeValue(i)
2 parents d82682e + 046244d commit 825ee70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/1_stdlib/CollectionCasts.swift.gyb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ tests.test("${Collection}/Down/${method}/${Key1}=>${Key0}") {
108108

109109
% for vi0, Value0 in enumerate(values):
110110
% DynamicValue = values[0] if Value0.startswith('Any') else Value0
111-
% def makeValue(i): return '%s(%s) as %s' % (DynamicValue, i, Value0)
112111
% for Value1 in values[vi0:]:
113112

114113
% for method in 'Direct', 'Indirect':

0 commit comments

Comments
 (0)