Remove dead code.

This commit is contained in:
Markus Armbruster 2006-04-30 08:43:28 +00:00
parent b5c62f5c89
commit 8f998de170
3 changed files with 1 additions and 6 deletions

View file

@ -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) {