Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from dart-lang/unused
Browse files Browse the repository at this point in the history
Remove unused
  • Loading branch information
johnmccutchan committed Apr 2, 2015
2 parents 1d22a01 + 9e21f17 commit 5a4def1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/benchmark_base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class BenchmarkBase {
// time minimum has been reached.
static double measureFor(Function f, int minimumMillis) {
int minimumMicros = minimumMillis * 1000;
int time = 0;
int iter = 0;
Stopwatch watch = new Stopwatch();
watch.start();
Expand Down

0 comments on commit 5a4def1

Please sign in to comment.