We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25f8e5 commit fe6fc78Copy full SHA for fe6fc78
pkg/analyzer/lib/src/dart/analysis/driver.dart
@@ -100,11 +100,6 @@ class AnalysisDriver implements AnalysisDriverGeneric {
100
/// zero, we stop writing any new exception contexts in this process.
101
static int allowedNumberOfContextsToWrite = 10;
102
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
-
108
/// The scheduler that schedules analysis work in this, and possibly other
109
/// analysis drivers.
110
final AnalysisDriverScheduler _scheduler;
0 commit comments