From 52e14129f20c6ec2fc129ed436f9c941dc714775 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 12 Jan 2020 12:21:58 +0100 Subject: e1d: Remove bogus vty_show function. It's optional for an input driver to provide this function, and e.g. mISDN doesn't provide it, either. Change-Id: I56ed4244121f2019ece80d15bd07d5a8ce958273 --- src/input/e1d.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/input/e1d.c b/src/input/e1d.c index bbbf8d5..c15c081 100644 --- a/src/input/e1d.c +++ b/src/input/e1d.c @@ -246,19 +246,10 @@ e1d_line_update(struct e1inp_line *line) return 0; } -static void -e1d_vty_show(struct vty *vty, struct e1inp_line *line) -{ - /* FIXME */ - vty_out(vty, "Not supported yet%s", VTY_NEWLINE); -} - - struct e1inp_driver e1d_driver = { .name = "e1d", .want_write = e1d_want_write, .line_update = e1d_line_update, - .vty_show = e1d_vty_show, }; int -- cgit v1.2.3