Harald Welte has submitted this change and it was merged. (
https://gerrit.osmocom.org/9448 )
Change subject: Remove unused function
......................................................................
Remove unused function
Change-Id: I0b5d59bf3c98d1199e710eec310d041fa15994b9
---
M osysmon_main.c
1 file changed, 0 insertions(+), 9 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved; Verified
diff --git a/osysmon_main.c b/osysmon_main.c
index d50fd00..eaed1a9 100644
--- a/osysmon_main.c
+++ b/osysmon_main.c
@@ -110,15 +110,6 @@
}
}
-static void exit_help(void)
-{
- printf("Usage:\n");
- printf("\tosmo-ctrl-client HOST PORT get VARIABLE\n");
- printf("\tosmo-ctrl-client HOST PORT set VARIABLE VALUE\n");
- printf("\tosmo-ctrl-client HOST PORT monitor\n");
- exit(2);
-}
-
int main(int argc, char **argv)
{
int rc;
--
To view, visit https://gerrit.osmocom.org/9448
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sysmon
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I0b5d59bf3c98d1199e710eec310d041fa15994b9
Gerrit-Change-Number: 9448
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>