summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-01-23 17:19:03 +0000
committerOlle Johansson <oej@edvina.net>2006-01-23 17:19:03 +0000
commit4c8b2c62de9acb5eb7acd4b5a21b6fcfc43ad545 (patch)
tree9148b4dc28dd5bdb6bf4b313c86959e320c02b7a /channels
parentc3fcb9eaea0b6ee416d9f725d1e91c6dc15139b2 (diff)
Remove more unused defines.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8493 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index e38915ca1..0faac8176 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -142,9 +142,6 @@ static int default_expiry = DEFAULT_DEFAULT_EXPIRY;
#define MAX_AUTHTRIES 3 /*!< Try authentication three times, then fail */
-#define DEBUG_READ 0 /*!< Recieved data */
-#define DEBUG_SEND 1 /*!< Transmit data */
-
static const char desc[] = "Session Initiation Protocol (SIP)";
static const char channeltype[] = "SIP";
static const char config[] = "sip.conf";