Commit ac9c1bcb authored by Ulf Möller's avatar Ulf Möller
Browse files

remove test "goto err"

parent 4ec2d4d2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -71,8 +71,6 @@ print OUT "Target: $platform\n";
print OUT "Compiler:         $cversion\n";
print OUT "\n";

goto err;

print "Checking compiler...\n";
if (open(TEST,">test.c")) {
    print TEST "#include <stdio.h>\nmain(){printf(\"Hello world\\n\");}\n";