Skip to content

Commit

Permalink
Clean up some dead code
Browse files Browse the repository at this point in the history
Change-Id: I9f722a9311336968f7756f752f2a3d77e0d12c45
Reviewed-on: https://dart-review.googlesource.com/69183
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
  • Loading branch information
bwilkerson authored and commit-bot@chromium.org committed Aug 9, 2018
1 parent 7b9fb89 commit 1be785a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions pkg/analyzer/lib/src/dart/element/handle.dart
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,6 @@ abstract class ElementHandle implements Element {
@override
bool get isSynthetic => actualElement.isSynthetic;

@override
bool get isVisibleForTemplate => actualElement.hasVisibleForTemplate;

@override
bool get isVisibleForTesting => actualElement.hasVisibleForTesting;

Expand Down
3 changes: 0 additions & 3 deletions pkg/analyzer/lib/src/dart/element/member.dart
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,6 @@ abstract class Member implements Element {
@override
bool get isSynthetic => _baseElement.isSynthetic;

@override
bool get isVisibleForTemplate => _baseElement.hasVisibleForTemplate;

@override
bool get isVisibleForTesting => _baseElement.hasVisibleForTesting;

Expand Down

0 comments on commit 1be785a

Please sign in to comment.