aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-11-14 11:36:06 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-11-14 11:36:06 +0100
commit6b82274f126f62148c089f7d0ce810f08e45d79c (patch)
treebc064754f0ee424aee1d0cbfd244ed2eafe8764e
parentcdcf4b4caa5d02a626c2e7075126e395a72f58a0 (diff)
binding: remove unused string
Change-Id: I3dc927c6e23b72dc628efe9b48b9d2a8196b5620 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--src/afm-main-binding.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/afm-main-binding.c b/src/afm-main-binding.c
index 701354c..5141888 100644
--- a/src/afm-main-binding.c
+++ b/src/afm-main-binding.c
@@ -45,7 +45,6 @@ static const char _state_[] = "state";
static const char _stop_[] = "stop";
static const char _terminate_[] = "terminate";
static const char _uninstall_[] = "uninstall";
-static const char _uri_[] = "uri";
static const struct afb_binding_interface *binder;