summaryrefslogtreecommitdiff
path: root/std/async/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/async/mod.ts')
-rw-r--r--std/async/mod.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/std/async/mod.ts b/std/async/mod.ts
deleted file mode 100644
index 0345d8caf..000000000
--- a/std/async/mod.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
-export * from "./deferred.ts";
-export * from "./delay.ts";
-export * from "./mux_async_iterator.ts";
-export * from "./pool.ts";