dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-iuh/+/26790 )
Change subject: test-hnbap: remove unused variable rc ......................................................................
test-hnbap: remove unused variable rc
Change-Id: I8da53e0ea50ae2d6d768223b3c2070a39bf7bc1b --- M src/tests/test-hnbap.c 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/90/26790/1
diff --git a/src/tests/test-hnbap.c b/src/tests/test-hnbap.c index 48cca2b..0df550f 100644 --- a/src/tests/test-hnbap.c +++ b/src/tests/test-hnbap.c @@ -170,8 +170,6 @@
int main(int argc, char **argv) { - int rc; - test_common_init(); ranap_set_log_area(DRANAP); hnbap_set_log_area(DHNBAP);
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-iuh/+/26790 )
Change subject: test-hnbap: remove unused variable rc ......................................................................
Patch Set 1: Code-Review+2
dexter has submitted this change. ( https://gerrit.osmocom.org/c/osmo-iuh/+/26790 )
Change subject: test-hnbap: remove unused variable rc ......................................................................
test-hnbap: remove unused variable rc
Change-Id: I8da53e0ea50ae2d6d768223b3c2070a39bf7bc1b --- M src/tests/test-hnbap.c 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/src/tests/test-hnbap.c b/src/tests/test-hnbap.c index 48cca2b..0df550f 100644 --- a/src/tests/test-hnbap.c +++ b/src/tests/test-hnbap.c @@ -170,8 +170,6 @@
int main(int argc, char **argv) { - int rc; - test_common_init(); ranap_set_log_area(DRANAP); hnbap_set_log_area(DHNBAP);