From d3be471ba092937239b6d131fdca4ed7a69309c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 24 Oct 2017 16:21:17 +0200 Subject: [PATCH] database: remove duplited lines MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ife25a2660f5f76b0e3f4eda3de2bcf86b2b997a5 Signed-off-by: José Bollo --- ll-database-binding/src/ll-database-binding.c | 4 ---- 1 file changed, 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); -- 2.16.6