diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2019-02-17 10:07:44 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-16 20:07:44 -0500 |
commit | 9fb9048c737bbc5eb4dfa42a506bfc978316ac10 (patch) | |
tree | 1066734bd76b876ba2f6478cd2f9279d40665639 /js/deno.ts | |
parent | a8ebb8f05a061422049363d8bed3e8e4d14d540e (diff) |
remove dead code (#1796)
Diffstat (limited to 'js/deno.ts')
-rw-r--r-- | js/deno.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/deno.ts b/js/deno.ts index 2e69a5bbd..6d6e57a41 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -64,6 +64,3 @@ export { Console, stringifyArgs } from "./console"; // TODO Don't expose DomIterableMixin. /** @internal */ export { DomIterableMixin } from "./mixins/dom_iterable"; -// TODO Don't expose deferred. -/** @internal */ -export { deferred } from "./util"; |