1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Removed an obsolete command-line option from the cc65 compiler.

This commit is contained in:
Greg King 2022-01-30 21:44:39 -05:00 committed by mrdudz
parent 5cad3ce55a
commit 3885dd8504

View File

@ -955,10 +955,6 @@ int main (int argc, char* argv[])
OptTarget (Arg, GetArg (&I, 2));
break;
case 'u':
OptCreateDep (Arg, 0);
break;
case 'v':
OptVerbose (Arg, 0);
break;