Remove obselete ifdef that shouldn't have been there ever

This commit is contained in:
Frans Kaashoek 2020-08-27 07:05:13 -04:00
parent 0b4e78f3a9
commit de434fd933

View file

@ -2723,12 +2723,8 @@ main(int argc, char *argv[])
} }
printf("usertests starting\n"); printf("usertests starting\n");
#ifdef SOL_LAZY1
int free0 = 32*1024*1024;
#else
int free0 = countfree(); int free0 = countfree();
int free1 = 0; int free1 = 0;
#endif
int fail = 0; int fail = 0;
for (struct test *t = tests; t->s != 0; t++) { for (struct test *t = tests; t->s != 0; t++) {
if((justone == 0) || strcmp(t->s, justone) == 0) { if((justone == 0) || strcmp(t->s, justone) == 0) {