aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-22 21:54:21 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-22 21:54:21 +0000
commite4abe5fccf5f5670aa0f42ef71d7657b42288765 (patch)
treea1c0d605eea088c9527efc38e7e59c7988270619
parentf2d02adf53a0cfb33c3f37ba067d4d72acb89a7e (diff)
Merged revisions 132777 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r132777 | mmichelson | 2008-07-22 16:52:24 -0500 (Tue, 22 Jul 2008) | 3 lines Get chan_dahdi to compile in devmode ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@132779 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_dahdi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index 8b45740c0..3e00d2104 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -8075,7 +8075,6 @@ static struct dahdi_pvt *mkintf(int channel, const struct dahdi_chan_conf *conf,
#if 1
struct dahdi_bufferinfo bi;
#endif
- struct dahdi_spaninfo si;
int res;
int span = 0;
int here = 0;