From e9424bf6b59b4e27c2691b70879cb1de874f98ce Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 12 Jun 2020 09:53:53 -0400 Subject: Revert "feat: add Deno.osName()" (#6261) Deno.build.os provides the same functionality This reverts commit 6ccf9037a6b36c81ea0e6ac12d0e2dbd793f6114. --- cli/js/ops/os.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cli/js/ops/os.ts') diff --git a/cli/js/ops/os.ts b/cli/js/ops/os.ts index 915106495..e63d8b358 100644 --- a/cli/js/ops/os.ts +++ b/cli/js/ops/os.ts @@ -72,7 +72,3 @@ export function dir(kind: DirKind): string | null { export function execPath(): string { return sendSync("op_exec_path"); } - -export function osName(): string { - return sendSync("op_name"); -} -- cgit v1.2.3