Remove dead code.
This commit is contained in:
parent
b5c62f5c89
commit
8f998de170
3 changed files with 1 additions and 6 deletions
|
@ -48,9 +48,7 @@ numstr(char *buf, int n)
|
|||
};
|
||||
static char *tennames[] = {
|
||||
"", "", "twenty", "thirty", "forty", "fifty",
|
||||
"sixty", "seventy", "eighty", "ninety",
|
||||
"hundred", "hundred ten", "hundred twenty",
|
||||
"hundred thirty", 0,
|
||||
"sixty", "seventy", "eighty", "ninety", "hundred"
|
||||
};
|
||||
|
||||
if (n > 100) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue