diff options
Diffstat (limited to 'user')
| -rw-r--r-- | user/usertests.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/user/usertests.c b/user/usertests.c index db042e6..004c948 100644 --- a/user/usertests.c +++ b/user/usertests.c @@ -2723,12 +2723,8 @@ main(int argc, char *argv[])    }    printf("usertests starting\n"); -#ifdef SOL_LAZY1 -  int free0 = 32*1024*1024; -#else    int free0 = countfree();    int free1 = 0; -#endif    int fail = 0;    for (struct test *t = tests; t->s != 0; t++) {      if((justone == 0) || strcmp(t->s, justone) == 0) { | 
