Change in osmo-ccid-firmware[master]: minor: remove unnecessary hellow world command

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/.

Kévin Redon gerrit-no-reply at lists.osmocom.org
Tue Apr 16 23:29:24 UTC 2019


Kévin Redon has uploaded this change for review. ( https://gerrit.osmocom.org/13685


Change subject: minor: remove unnecessary hellow world command
......................................................................

minor: remove unnecessary hellow world command

Change-Id: I414b2ddd0bacff692316fe212b9d3b506100a7ba
---
M sysmoOCTSIM/main.c
1 file changed, 0 insertions(+), 7 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/85/13685/1

diff --git a/sysmoOCTSIM/main.c b/sysmoOCTSIM/main.c
index 788343e..8d51161 100644
--- a/sysmoOCTSIM/main.c
+++ b/sysmoOCTSIM/main.c
@@ -68,12 +68,6 @@
 	}
 }
 
-DEFUN(hello_fn, cmd_hello,
-	"hello", "Hello World example command")
-{
-	printf("Hello World!\r\n");
-}
-
 static int validate_slotnr(int argc, char **argv, int idx)
 {
 	int slotnr;
@@ -308,7 +302,6 @@
 	board_init();
 
 	command_init("sysmoOCTSIM> ");
-	command_register(&cmd_hello);
 	command_register(&cmd_sim_status);
 	command_register(&cmd_sim_power);
 	command_register(&cmd_sim_reset);

-- 
To view, visit https://gerrit.osmocom.org/13685
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I414b2ddd0bacff692316fe212b9d3b506100a7ba
Gerrit-Change-Number: 13685
Gerrit-PatchSet: 1
Gerrit-Owner: Kévin Redon <kredon at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190416/f8de0467/attachment.htm>


More information about the gerrit-log mailing list