From: Olle Johansson Date: Mon, 23 Jan 2006 17:19:03 +0000 (+0000) Subject: Remove more unused defines. X-Git-Tag: 1.4.0-beta1~2830 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c8b2c62de9acb5eb7acd4b5a21b6fcfc43ad545;p=thirdparty%2Fasterisk.git Remove more unused defines. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8493 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index e38915ca16..0faac81765 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";