Remove stray test code which would convert abc to x.

This commit is contained in:
Nicholas Marriott 2013-02-17 23:05:57 +00:00
parent 8df3ec612a
commit 7d1a8f7e9e

View File

@ -364,8 +364,6 @@ tty_keys_build(struct tty *tty)
tty_keys_add(tty, s, tdkc->key);
}
tty_keys_add(tty, "abc", 'x');
}
/* Free the entire key tree. */