diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/agl-service-network-ctl.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/agl-service-network-ctl.c b/test/agl-service-network-ctl.c index 91f86d4..6808b8d 100644 --- a/test/agl-service-network-ctl.c +++ b/test/agl-service-network-ctl.c @@ -142,11 +142,6 @@ static void on_state_reply(void *closure, struct afb_wsj1_msg *msg) on_reply(closure, "state", msg); } -static void on_reset_counters_reply(void *closure, struct afb_wsj1_msg *msg) -{ - on_reply(closure, "reset_counters", msg); -} - static void on_technologies_reply(void *closure, struct afb_wsj1_msg *msg) { on_reply(closure, "technologies", msg); @@ -602,10 +597,6 @@ static const struct cmd cmds[] = { .call = call_void, .reply = on_state_reply, }, { - .verb = "reset_counters", - .call = call_service_arg, - .reply = on_reset_counters_reply, - }, { .verb = "technologies", .call = call_void, .reply = on_technologies_reply, |