 Chromium Code Reviews
 Chromium Code Reviews Issue 1133793002:
  Remove unneeded flag declaratiosn (enable_type_checks, enable_asserts).  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
    
  
    Issue 1133793002:
  Remove unneeded flag declaratiosn (enable_type_checks, enable_asserts).  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/| Index: runtime/vm/intrinsifier.cc | 
| =================================================================== | 
| --- runtime/vm/intrinsifier.cc (revision 45642) | 
| +++ runtime/vm/intrinsifier.cc (working copy) | 
| @@ -24,7 +24,6 @@ | 
| DECLARE_FLAG(bool, code_comments); | 
| DECLARE_FLAG(bool, print_flow_graph); | 
| DECLARE_FLAG(bool, print_flow_graph_optimized); | 
| -DECLARE_FLAG(bool, enable_type_checks); | 
| bool Intrinsifier::CanIntrinsify(const Function& function) { | 
| if (!FLAG_intrinsify) return false; |