]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove duplicate define
authorMark Spencer <markster@digium.com>
Sat, 14 Jun 2003 23:01:12 +0000 (23:01 +0000)
committerMark Spencer <markster@digium.com>
Sat, 14 Jun 2003 23:01:12 +0000 (23:01 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1091 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 2abbe4491a7055e03a1a43d7e58eaaa2d33c3a30..77f301b50660ab3b79d97d37e562d026361db38b 100755 (executable)
@@ -68,8 +68,6 @@
 static int max_expiry = DEFAULT_MAX_EXPIRY;
 static int default_expiry = DEFAULT_DEFAULT_EXPIRY;
 
-#define DEFAULT_MAXMS          2000            /* Must be faster than 2 seconds by default */
-
 #define DEFAULT_MAXMS          2000            /* Must be faster than 2 seconds by default */
 #define DEFAULT_FREQ_OK                60 * 1000               /* How often to check for the host to be up */
 #define DEFAULT_FREQ_NOTOK     10 * 1000               /* How often to check, if the host is down... */