aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-07-17 11:16:27 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2017-07-20 10:40:31 +0200
commit2b74a5fdc0bbcb5b6df71e1dd542dd1ffbb3b9f6 (patch)
tree3cf145ecbe2cd564661254624a4aec6468e3b957 /src
parent6823dd9f442ce912e8fdc15aa923cff38a20e487 (diff)
cosmetic: remove comment
The vty command string already says it all, remove the comment entirely. Change-Id: I8ecad584a1bc9b97693b199abd1ec2e5f6ce156d
Diffstat (limited to 'src')
-rw-r--r--src/osmo_ss7_vty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osmo_ss7_vty.c b/src/osmo_ss7_vty.c
index 9a4e963..7e6f9ee 100644
--- a/src/osmo_ss7_vty.c
+++ b/src/osmo_ss7_vty.c
@@ -1195,7 +1195,6 @@ DEFUN(cs7_sccpaddr, cs7_sccpaddr_cmd,
return CMD_SUCCESS;
}
-/* Create a new addressbook entry and switch nodes */
DEFUN(cs7_sccpaddr_del, cs7_sccpaddr_del_cmd,
"no sccp-address NAME",
NO_STR "Delete an SCCP addressbook entry\n" "Name of the SCCP Address\n")