Change in libosmo-abis[master]: e1d: Remove bogus vty_show function.

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Jan 12 12:52:41 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/16821 )


Change subject: e1d: Remove bogus vty_show function.
......................................................................

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
---
M src/input/e1d.c
1 file changed, 0 insertions(+), 9 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/21/16821/1

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

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/16821
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I56ed4244121f2019ece80d15bd07d5a8ce958273
Gerrit-Change-Number: 16821
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200112/2b88fb67/attachment.htm>


More information about the gerrit-log mailing list