From 1eb1885c62db838de62c0efd83ffee43626d264a Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 30 May 2018 13:36:38 +0000 Subject: [PATCH] tools/addlatexhash.dart: Remove unused import ... as reported by the 2-dev.19 analyzer: ```nocode info: Unused import. (unused_import at [tools] addlatexhash.dart:28) ``` cc @kwalrath Closes #31958 https://github.com/dart-lang/sdk/pull/31958 GitOrigin-RevId: b4b7f9ab8cd3b04618f29d5ada5eefb1e0592f19 Change-Id: I17195312c8580b9f51d0f00099c6283bf23cdffe Reviewed-on: https://dart-review.googlesource.com/45620 Reviewed-by: Erik Ernst Commit-Queue: Erik Ernst --- tools/addlatexhash.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/addlatexhash.dart b/tools/addlatexhash.dart index c48fa6b7bde..cbdc349ba12 100755 --- a/tools/addlatexhash.dart +++ b/tools/addlatexhash.dart @@ -25,7 +25,6 @@ // source file receieved as input; it will not work with other styles. import 'dart:io'; -import 'dart:convert'; import 'package:crypto/crypto.dart'; import 'package:convert/convert.dart';