misc: Remove unused variable from the db.

This commit is contained in:
Holger Hans Peter Freyther 2011-01-06 13:49:16 +01:00
parent 54146271b6
commit f4152d1025
1 changed files with 0 additions and 1 deletions

View File

@ -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 */