aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/db.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-06 13:49:16 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-06 14:52:50 +0100
commitf4152d102579f3d097af60022a865cdfb87e8a40 (patch)
tree2bec462760651c97d799705be7c53f6cbafaaaf6 /openbsc/src/db.c
parent54146271b61a07047ead319f26c2064826220d47 (diff)
misc: Remove unused variable from the db.
Diffstat (limited to 'openbsc/src/db.c')
-rw-r--r--openbsc/src/db.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/db.c b/openbsc/src/db.c
index cb1cd4e5b..95a7d36fb 100644
--- a/openbsc/src/db.c
+++ b/openbsc/src/db.c
@@ -657,7 +657,6 @@ struct gsm_subscriber *db_get_subscriber(struct gsm_network *net,
int db_subscriber_update(struct gsm_subscriber *subscr)
{
char buf[32];
- char *quoted;
dbi_result result;
/* Copy the id to a string as queryf with %llu is failing */