diff options
author | 2016-01-30 02:52:41 +0000 | |
---|---|---|
committer | 2016-01-30 02:52:41 +0000 | |
commit | 19151225afb628cbe8520a5385e44254cfe10258 (patch) | |
tree | d3f858caf4341db9762aa5ac1827817ca6fa535c /lib/libedit/tty.c | |
parent | regen (diff) | |
download | wireguard-openbsd-19151225afb628cbe8520a5385e44254cfe10258.tar.xz wireguard-openbsd-19151225afb628cbe8520a5385e44254cfe10258.zip |
delete "#ifdef notdef" code that is no longer present in NetBSD;
no change in the generated source files
Diffstat (limited to 'lib/libedit/tty.c')
-rw-r--r-- | lib/libedit/tty.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libedit/tty.c b/lib/libedit/tty.c index 34458939d20..fdb274103fb 100644 --- a/lib/libedit/tty.c +++ b/lib/libedit/tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tty.c,v 1.16 2016/01/30 00:06:39 schwarze Exp $ */ +/* $OpenBSD: tty.c,v 1.17 2016/01/30 02:52:41 schwarze Exp $ */ /* $NetBSD: tty.c,v 1.34 2011/01/27 23:11:40 christos Exp $ */ /*- @@ -547,10 +547,6 @@ tty_setup(EditLine *el) return (-1); } } -#ifdef notdef - else - tty__setchar(&el->el_tty.t_ex, el->el_tty.t_c[EX_IO]); -#endif tty_setup_flags(el, &el->el_tty.t_ed, ED_IO); |