]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
removed unused variable (issue #5455)
authorRussell Bryant <russell@russellbryant.com>
Fri, 21 Oct 2005 17:42:53 +0000 (17:42 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 21 Oct 2005 17:42:53 +0000 (17:42 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6840 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_iax2.c

index ba619c36e0f2b83dd71adc359642f4b87053b1eb..d9498d26ad8ed9aef8d0ffb696bca9066f8deeed 100755 (executable)
@@ -6593,7 +6593,6 @@ static struct iax2_user *build_user(char *name, struct ast_variable *v)
        struct ast_ha *oldha = NULL;
        struct iax2_context *oldcon = NULL;
        int format;
-       int found;
        
        prev = NULL;
        ast_mutex_lock(&userl.lock);
@@ -6606,7 +6605,6 @@ static struct iax2_user *build_user(char *name, struct ast_variable *v)
                user = user->next;
        }
        if (user) {
-               found++;
                oldha = user->ha;
                oldcon = user->contexts;
                user->ha = NULL;