1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-31 22:41:32 +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 greg-king5
parent 98f862b8fb
commit 112e216e53

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;