summaryrefslogtreecommitdiff
path: root/std/node/_stream/symbols.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/node/_stream/symbols.ts')
-rw-r--r--std/node/_stream/symbols.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/std/node/_stream/symbols.ts b/std/node/_stream/symbols.ts
deleted file mode 100644
index addb969d3..000000000
--- a/std/node/_stream/symbols.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-// Copyright Node.js contributors. All rights reserved. MIT License.
-export const kConstruct = Symbol("kConstruct");
-export const kDestroy = Symbol("kDestroy");
-export const kPaused = Symbol("kPaused");