database: remove duplited lines
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 24 Oct 2017 14:21:17 +0000 (16:21 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 24 Oct 2017 14:21:17 +0000 (16:21 +0200)
Change-Id: Ife25a2660f5f76b0e3f4eda3de2bcf86b2b997a5
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
ll-database-binding/src/ll-database-binding.c

index 842b06a..b136567 100644 (file)
@@ -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);