summaryrefslogtreecommitdiff
path: root/bench_util/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bench_util/src/lib.rs')
-rw-r--r--bench_util/src/lib.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/bench_util/src/lib.rs b/bench_util/src/lib.rs
deleted file mode 100644
index 1dfb06ae0..000000000
--- a/bench_util/src/lib.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
-mod js_runtime;
-mod profiling;
-
-pub use bencher;
-pub use js_runtime::*;
-pub use profiling::*; // Exports bench_or_profile! macro