Browse Source

klishd: Minor cleanup

Serj Kalichev 2 years ago
parent
commit
c11dcb044e
1 changed files with 0 additions and 4 deletions
  1. 0 4
      bin/klishd/klishd.c

+ 0 - 4
bin/klishd/klishd.c

@@ -152,10 +152,6 @@ int main(int argc, char **argv)
 		fprintf(stderr, "Scheme errors:\n");
 		goto err;
 	}
-//	if (!ischeme_load(&sch, scheme, error)) {
-//		fprintf(stderr, "Scheme errors:\n");
-//		goto err;
-//	}
 
 	// Prepare scheme
 	context = kcontext_new(KCONTEXT_PLUGIN_INIT);