Skip to content

Commit 4415568

Browse files
committed
CLEAN: removing unused code from tuple action section
(because `zero?` is a native, not an action like in R2)
1 parent 10aa48c commit 4415568

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/core/t-tuple.c

+1-9
Original file line numberDiff line numberDiff line change
@@ -272,15 +272,7 @@
272272
}
273273
goto ret_value;
274274
}
275-
/*
276-
if (action == A_ZEROQ) {
277-
for (;len > 0; len--, vp++) {
278-
if (*vp != 0)
279-
goto is_false;
280-
}
281-
goto is_true;
282-
}
283-
*/
275+
284276
//a = 1; //???
285277
switch (action) {
286278
case A_LENGTHQ:

0 commit comments

Comments
 (0)