From 918afd9491bd07aed10bc364012683fc52c734bb Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 8 May 2009 15:21:41 -0700 Subject: move things out of sys into os and runtime R=r OCL=28569 CL=28573 --- src/runtime/string.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/runtime/string.c') diff --git a/src/runtime/string.c b/src/runtime/string.c index 667828d66e..5e4922a99f 100644 --- a/src/runtime/string.c +++ b/src/runtime/string.c @@ -215,8 +215,6 @@ out: void sys·stringiter2(String s, int32 k, int32 retk, int32 retv) { - int32 l; - if(k >= s.len) { // retk=0 is end of iteration retk = 0; -- cgit v1.3