pull out some unused code

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15233 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-10-26 19:57:28 +00:00
parent 738c8754d1
commit 8fb754892f
2 changed files with 3 additions and 22 deletions
+1 -2
View File
@@ -149,8 +149,7 @@ typedef struct sip_alias_node sip_alias_node_t;
typedef enum {
MFLAG_REFER = (1 << 0),
MFLAG_REGISTER = (1 << 1),
MFLAG_UPDATE = (1 << 2)
MFLAG_REGISTER = (1 << 1)
} MFLAGS;
typedef enum {