]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Remove unused variable
authorMathieu Rene <mrene@avgs.ca>
Tue, 3 Mar 2009 03:15:54 +0000 (03:15 +0000)
committerMathieu Rene <mrene@avgs.ca>
Tue, 3 Mar 2009 03:15:54 +0000 (03:15 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@679 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/ozmod/ozmod_libpri/ozmod_libpri.c

index 5550f9f4b71f9c747d4acf0d5357ea738e915362..2e7a00b1f78823f2b900308d81741d79ccd14ac7 100644 (file)
@@ -413,7 +413,6 @@ static __inline__ void state_advance(zap_channel_t *zchan)
                if (isdn_data) {
                        struct pri_sr *sr;
                        int dp;
-                       const char *val;
 
                        if (!(call = pri_new_call(isdn_data->spri.pri))) {
                                zap_set_state_locked(zchan, ZAP_CHANNEL_STATE_RESTART);