Browse Source

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

Peter Dunkley 13 năm trước cách đây
mục cha
commit
e3cadfd261
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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;