Module: kamailio Branch: 4.4 Commit: 090f0bf45b955cff303472978f00053c5277bd10 URL: https://github.com/kamailio/kamailio/commit/090f0bf45b955cff303472978f00053c...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2016-03-30T14:38:40+02:00
topos: remove unused variables
(cherry picked from commit 9aeaf65b042b7e65d962a9949b9a56e60743d89a)
---
Modified: modules/topos/tps_storage.c
---
Diff: https://github.com/kamailio/kamailio/commit/090f0bf45b955cff303472978f00053c... Patch: https://github.com/kamailio/kamailio/commit/090f0bf45b955cff303472978f00053c...
---
diff --git a/modules/topos/tps_storage.c b/modules/topos/tps_storage.c index a78cca3..8951ee1 100644 --- a/modules/topos/tps_storage.c +++ b/modules/topos/tps_storage.c @@ -1000,7 +1000,6 @@ int tps_storage_update_dialog(sip_msg_t *msg, tps_data_t *md, tps_data_t *sd) db_val_t db_vals[4]; db_key_t db_ucols[TPS_NR_KEYS]; db_val_t db_uvals[TPS_NR_KEYS]; - db1_res_t* db_res = NULL; int nr_keys; int nr_ucols; int ret; @@ -1089,7 +1088,6 @@ int tps_storage_end_dialog(sip_msg_t *msg, tps_data_t *md, tps_data_t *sd) db_val_t db_vals[4]; db_key_t db_ucols[TPS_NR_KEYS]; db_val_t db_uvals[TPS_NR_KEYS]; - db1_res_t* db_res = NULL; int nr_keys; int nr_ucols;