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

Unified Diff: pkg/analyzer/lib/src/summary/base.dart

Issue 1577663002: Remove BuilderContext from summary builders. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 months 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/analyzer/lib/src/summary/format.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/summary/base.dart
diff --git a/pkg/analyzer/lib/src/summary/base.dart b/pkg/analyzer/lib/src/summary/base.dart
index 0002dc963b7dbc094c8afd3549ec92dc04812461..a04476bcab54e72ff300c47afdff564dd138bdbe 100644
--- a/pkg/analyzer/lib/src/summary/base.dart
+++ b/pkg/analyzer/lib/src/summary/base.dart
@@ -8,20 +8,6 @@
library analyzer.src.summary.base;
/**
- * Instances of this class encapsulate the necessary state to keep track of a
- * serialized summary that is in the process of being built.
- *
- * This class is intended to be passed to the constructors of the summary
- * Builder classes.
- */
-class BuilderContext {
- // Note: at the moment this is a placeholder class since the current
- // serialization format (JSON) doesn't require any state tracking. If/when
- // we switch to a serialization format that requires state tracking, the
- // state will be stored here.
-}
-
-/**
* Instances of this class represent data that has been read from a summary.
*/
abstract class SummaryClass {
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/summary/format.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698