Browse Source

remove unused NoPatternMatching define

Dan Korostelev 8 years ago
parent
commit
72a124bb51
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/context/common.ml

+ 0 - 2
src/context/common.ml

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