Browse Source

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

Peter Dunkley 13 years ago
parent
commit
e3cadfd261
1 changed files with 1 additions and 2 deletions
  1. 1 2
      route_struct.h

+ 1 - 2
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;