Browse Source

remove unused NoPatternMatching define

Dan Korostelev 8 năm trước cách đây
mục cha
commit
72a124bb51
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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")