Skip to content

Commit a511a4a

Browse files
srawlinsCommit Queue
authored andcommitted
analyzer: remove unused MultiplyInheritedExecutableElement
This is done as part of the 7.0.0 breaking change release. Change-Id: I80c21e155f24dcf4c16f2c910e18b41a73633ca5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/391560 Reviewed-by: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
1 parent 74a2bc7 commit a511a4a

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

pkg/analyzer/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* Remove deprecated `source_io.dart`.
3333
* Remove deprecated `lint/Spelunker`.
3434
* Remove deprecated `source_resource.dart`.
35+
* Remove `MultiplyInheritedExecutableElement`.
3536

3637
## 6.11.0
3738
* Un-deprecated `LibraryElement.exportedLibraries`.

pkg/analyzer/lib/dart/element/element.dart

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,15 +2119,6 @@ abstract class MultiplyDefinedElement implements Element {
21192119
List<Element> get conflictingElements;
21202120
}
21212121

2122-
/// An [ExecutableElement], with the additional information of a list of
2123-
/// [ExecutableElement]s from which this element was composed.
2124-
///
2125-
/// Clients may not extend, implement or mix-in this class.
2126-
abstract class MultiplyInheritedExecutableElement implements ExecutableElement {
2127-
/// The executable elements defined within this executable element.
2128-
List<ExecutableElement> get inheritedElements;
2129-
}
2130-
21312122
/// An object that controls how namespaces are combined.
21322123
///
21332124
/// Clients may not extend, implement or mix-in this class.

0 commit comments

Comments
 (0)