Skip to content

Commit fe6fc78

Browse files
scheglovcommit-bot@chromium.org
authored andcommitted
Remove AnalysisDriver.useSummary2
[email protected], [email protected] Change-Id: I789794c80484143288be8ef3d14ff78b8976e494 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149607 Reviewed-by: Brian Wilkerson <[email protected]> Reviewed-by: Paul Berry <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent a25f8e5 commit fe6fc78

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/analyzer/lib/src/dart/analysis/driver.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,6 @@ class AnalysisDriver implements AnalysisDriverGeneric {
100100
/// zero, we stop writing any new exception contexts in this process.
101101
static int allowedNumberOfContextsToWrite = 10;
102102

103-
/// Whether summary2 should be used to resynthesize elements.
104-
@Deprecated('Clients should assume summary2 is used. '
105-
'Summary1 support has been removed.')
106-
static bool get useSummary2 => true;
107-
108103
/// The scheduler that schedules analysis work in this, and possibly other
109104
/// analysis drivers.
110105
final AnalysisDriverScheduler _scheduler;

0 commit comments

Comments
 (0)