Module: sip-router Branch: master Commit: e3cadfd261d2d4b88e288e893a1e6171b14f4218 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e3cadfd2...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@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;