Skip to content

Commit 046244d

Browse files
[gardening] Remove unused method makeValue(i)
1 parent 7b2f91a commit 046244d

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)