소스 검색

remove unused NoPatternMatching define

Dan Korostelev 8 년 전
부모
커밋
72a124bb51
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/context/common.ml

+ 0 - 2
src/context/common.ml

@@ -519,7 +519,6 @@ module Define = struct
 		| NoDebug
 		| NoInline
 		| NoOpt
-		| NoPatternMatching
 		| NoRoot
 		| NoSwfCompress
 		| NoTraces
@@ -620,7 +619,6 @@ module Define = struct
 		| NoDeprecationWarnings -> ("no-deprecation-warnings","Do not warn if fields annotated with @:deprecated are used")
 		| NoFlashOverride -> ("no-flash-override", "Change overrides on some basic classes into HX suffixed methods, flash only")
 		| NoOpt -> ("no_opt","Disable optimizations")
-		| NoPatternMatching -> ("no_pattern_matching","Disable pattern matching")
 		| NoInline -> ("no_inline","Disable inlining")
 		| NoRoot -> ("no_root","Generate top-level types into haxe.root namespace")
 		| NoMacroCache -> ("no_macro_cache","Disable macro context caching")