소스 검색

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;