[sr-dev] git:5.4:a0454945: Merge pull request #2406 from kamailio/feature/remove-unused-var

GitHub noreply at github.com
Thu Jul 30 10:28:34 CEST 2020


Module: kamailio
Branch: 5.4
Commit: a0454945adf28d21e3fdb1261d38cf8427f4f7e5
URL: https://github.com/kamailio/kamailio/commit/a0454945adf28d21e3fdb1261d38cf8427f4f7e5

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: GitHub <noreply at github.com>
Date: 2020-07-30T10:28:28+02:00

Merge pull request #2406 from kamailio/feature/remove-unused-var

tm - remove not used route_mode var

---

Modified: src/modules/tm/tm_load.h

---

Diff:  https://github.com/kamailio/kamailio/commit/a0454945adf28d21e3fdb1261d38cf8427f4f7e5.diff
Patch: https://github.com/kamailio/kamailio/commit/a0454945adf28d21e3fdb1261d38cf8427f4f7e5.patch

---

diff --git a/src/modules/tm/tm_load.h b/src/modules/tm/tm_load.h
index 7eebd131d7..a0f3afde00 100644
--- a/src/modules/tm/tm_load.h
+++ b/src/modules/tm/tm_load.h
@@ -83,7 +83,6 @@ struct tm_binds {
 	cancel_all_uacs_f  cancel_all_uacs;
 	prepare_request_within_f  prepare_request_within;
 	send_prepared_request_f   send_prepared_request;
-	enum route_mode*   route_mode;
 #ifdef DIALOG_CALLBACKS
 	register_new_dlg_cb_f register_new_dlg_cb;
 	register_dlg_tmcb_f   register_dlg_tmcb;




More information about the sr-dev mailing list