Index: client/tests/client/samples/smoketest/benchmarklib.dart |
diff --git a/client/tests/client/samples/smoketest/benchmarklib.dart b/client/tests/client/samples/smoketest/benchmarklib.dart |
deleted file mode 100644 |
index a2b36afabf7ecfd3238b103a475477bd1729620d..0000000000000000000000000000000000000000 |
--- a/client/tests/client/samples/smoketest/benchmarklib.dart |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
- |
-#library("benchmarklib"); |
- |
-#import('dart:coreimpl'); |
-#import('dart:json'); |
-#import('dart:html'); |
- |
-#import('Smoketest.dart'); |
-#source('BenchmarkBase.dart'); |
- |