mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Removed an obsolete command-line option from the cc65 compiler.
This commit is contained in:
parent
5cad3ce55a
commit
3885dd8504
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user