Skip to content

Commit

Permalink
Remove an unused import from the LSP support
Browse files Browse the repository at this point in the history
Change-Id: I7fc72f249c18688cd8262f73ccd9c14aea45f908
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/104943
Auto-Submit: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Danny Tuppeny <dantup@google.com>
Reviewed-by: Danny Tuppeny <dantup@google.com>
  • Loading branch information
bwilkerson authored and commit-bot@chromium.org committed Jun 5, 2019
1 parent 37b7144 commit 6031ca4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import 'package:analysis_server/src/lsp/handlers/handlers.dart';
import 'package:analysis_server/src/lsp/lsp_analysis_server.dart';
import 'package:analysis_server/src/lsp/mapping.dart';
import 'package:analysis_server/src/search/type_hierarchy.dart';
import 'package:analyzer/dart/element/element.dart';

class SuperHandler
extends MessageHandler<TextDocumentPositionParams, Location> {
Expand Down

0 comments on commit 6031ca4

Please sign in to comment.