database: remove unused variables
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 24 Oct 2017 17:24:17 +0000 (19:24 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 24 Oct 2017 17:24:17 +0000 (19:24 +0200)
Change-Id: I20ad19d9e42ff40ac60533bc031d5c776cf42bf1
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
ll-database-binding/src/ll-database-binding.c

index 26ac1e8..2206bb0 100644 (file)
@@ -43,8 +43,6 @@
 # endif
 # define TO_STRING_FLAGS (JSON_C_TO_STRING_PLAIN | JSON_C_TO_STRING_NOSLASHESCAPE)
 #endif
-#define USERNAME       "agl"
-#define APPNAME                "firefox"
 
 // ----- Globals -----
 static DB*             database;