Code Review
/
apps
/
agl-service-data-persistence.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
dc28cd5
)
database: remove duplited lines
author
José Bollo
<jose.bollo@iot.bzh>
Tue, 24 Oct 2017 14:21:17 +0000
(16:21 +0200)
committer
José 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
patch
|
blob
|
history
diff --git
a/ll-database-binding/src/ll-database-binding.c
b/ll-database-binding/src/ll-database-binding.c
index
842b06a
..
b136567
100644
(file)
--- 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);