[sr-dev] git:master: core: Removed unused enum ( crept in during WebSocket implementation)

Peter Dunkley peter.dunkley at crocodile-rcs.com
Thu Jul 12 23:45:58 CEST 2012


Module: sip-router
Branch: master
Commit: e3cadfd261d2d4b88e288e893a1e6171b14f4218
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e3cadfd261d2d4b88e288e893a1e6171b14f4218

Author: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Date:   Thu Jul 12 22:45:32 2012 +0100

core: Removed unused enum (crept in during WebSocket implementation)

---

 route_struct.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/route_struct.h b/route_struct.h
index 9e9b5cb..b176b9c 100644
--- a/route_struct.h
+++ b/route_struct.h
@@ -136,8 +136,7 @@ enum _operand_subtype{
 		STRING_RVE_ST /* RVE converted to a string (fparam hack) */,
 		RVE_FREE_FIXUP_ST /* (str)RVE fixed up by a reversable fixup */,
 		FPARAM_DYN_ST /* temporary only (fparam hack) */,
-		CFG_GROUP_ST,
-		WEBSOCKET_ST
+		CFG_GROUP_ST
 };
 
 typedef enum _expr_l_type expr_l_type;




More information about the sr-dev mailing list