Removed an obsolete command-line option from the cc65 compiler.
This commit is contained in:
parent
98f862b8fb
commit
112e216e53
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue