aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-10-24 16:21:17 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-10-24 16:21:17 +0200
commitd3be471ba092937239b6d131fdca4ed7a69309c2 (patch)
treee789a7ab7d35615b1c0da42239834bf1fefda584
parentdc28cd59fd3a68f2d3511b47f71010b9a680c67d (diff)
database: remove duplited lines
Change-Id: Ife25a2660f5f76b0e3f4eda3de2bcf86b2b997a5 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--ll-database-binding/src/ll-database-binding.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ll-database-binding/src/ll-database-binding.c b/ll-database-binding/src/ll-database-binding.c
index 842b06a..b136567 100644
--- a/ll-database-binding/src/ll-database-binding.c
+++ b/ll-database-binding/src/ll-database-binding.c
@@ -45,10 +45,6 @@ char database_file[MAX_PATH];
// ----- Binding's declarations -----
int ll_database_binding_init();
-void verb_read(struct afb_req req);
-void verb_update(struct afb_req req);
-void verb_delete(struct afb_req req);
-
void verb_insert(struct afb_req req);
void verb_update(struct afb_req req);
void verb_delete(struct afb_req req);