Simplify routech[]
routech[][1] hasn't been used in living memory. Drop it, and simplify to routech[].
This commit is contained in:
parent
2ec20c8896
commit
d012940230
4 changed files with 5 additions and 12 deletions
|
@ -63,12 +63,6 @@ signed char dirindex[] = {
|
|||
};
|
||||
|
||||
/* must agree with dirch[] and DIR_ defines */
|
||||
char *routech[][2] = {
|
||||
{" ", "$ $"},
|
||||
{" /", "$ /"},
|
||||
{" >", "$ >"},
|
||||
{" \\", "$ \\"},
|
||||
{"/ ", "/ $"},
|
||||
{"< ", "< $"},
|
||||
{"\\ ", "\\ $"}
|
||||
char *routech[] = {
|
||||
" ", " /", " >"," \\","/ ","< ","\\ "
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue