mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 03:38:31 +00:00
Remove some dead code
This commit is contained in:
parent
168d1c157e
commit
73c0faa1b5
66 changed files with 324 additions and 7705 deletions
|
@ -52,7 +52,7 @@ void PrintUsage(int rc, FILE *f) {
|
|||
void GetOpts(int argc, char *argv[]) {
|
||||
int opt;
|
||||
bits_ = 64;
|
||||
while ((opt = getopt(argc, argv, "?hbs")) != -1) {
|
||||
while ((opt = getopt(argc, argv, "hbs")) != -1) {
|
||||
switch (opt) {
|
||||
case 's':
|
||||
succinct_ = true;
|
||||
|
@ -60,7 +60,6 @@ void GetOpts(int argc, char *argv[]) {
|
|||
case 'b':
|
||||
bits_ = atoi(optarg);
|
||||
break;
|
||||
case '?':
|
||||
case 'h':
|
||||
PrintUsage(EXIT_SUCCESS, stdout);
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue