浏览代码

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

Peter Dunkley 13 年之前
父节点
当前提交
e3cadfd261
共有 1 个文件被更改,包括 1 次插入2 次删除
  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;