Module: sip-router
Branch: master
Commit: a60a7ca8010a66703a90768b42ae16342c50107d
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a60a7ca8010a66703a90768b42ae16342c50107d

Author: Juha Heinanen <[email protected]>
Committer: Juha Heinanen <[email protected]>
Date:   Sat Dec 22 11:33:13 2012 +0200

modules_k/htable: removed unused variable

---

 modules_k/htable/htable.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules_k/htable/htable.c b/modules_k/htable/htable.c
index c019b74..1aa5326 100644
--- a/modules_k/htable/htable.c
+++ b/modules_k/htable/htable.c
@@ -554,7 +554,6 @@ static void htable_rpc_get(rpc_t* rpc, void* c) {
        ht_t *ht;
        ht_cell_t *htc; /*!< One HT cell */
        void* th;
-       void* ih;
        void* vh;
 
        if (rpc->scan(c, "SS", &htname, &keyname) < 2) {


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to