Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(914)

Unified Diff: pkg/analysis_server/lib/src/services/generated/util.dart

Issue 725153002: Remove unused fields from analysis_server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/services/refactoring/inline_method.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/src/services/generated/util.dart
diff --git a/pkg/analysis_server/lib/src/services/generated/util.dart b/pkg/analysis_server/lib/src/services/generated/util.dart
index ebd034b12f7f713c39c7427048b04b8a8c69a222..a2002f9da0e152a22070ec5cef2b6f120f8a22d4 100644
--- a/pkg/analysis_server/lib/src/services/generated/util.dart
+++ b/pkg/analysis_server/lib/src/services/generated/util.dart
@@ -114,12 +114,6 @@ class AssistContext {
* Utilities for analyzing [CompilationUnit], its parts and source.
*/
class CorrectionUtils {
- /**
- * If `true` then [addEdit] validates that
- * [Edit] replaces correct part of the [Source].
- */
- static bool _DEBUG_VALIDATE_EDITS = true;
-
static List<String> _KNOWN_METHOD_NAME_PREFIXES = ["get", "is", "to"];
/**
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/services/refactoring/inline_method.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698