mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Remove local label error checking
This is actually not necessary, because RGBLINK would warn about missing labels. Besides, through semi-esoteric ways, it is possible to define more labels in this scope, and there's no reason to prevent that.
This commit is contained in:
@@ -471,7 +471,6 @@ int main(int argc, char *argv[])
|
||||
(int)(60 / timespent * nTotalLines));
|
||||
}
|
||||
|
||||
out_CheckErrors();
|
||||
/* If no path specified, don't write file */
|
||||
if (tzObjectname != NULL)
|
||||
out_WriteObject();
|
||||
|
||||
Reference in New Issue
Block a user