From 46cbc6e0e96750cd2e3ba7e0d80bb9c48b66caf2 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Tue, 10 Sep 2019 12:39:42 +0900 Subject: refactor: remove Deno.platform (#2895) --- js/build.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'js/build.ts') diff --git a/js/build.ts b/js/build.ts index 16640d793..942f57458 100644 --- a/js/build.ts +++ b/js/build.ts @@ -25,6 +25,3 @@ export function setBuildInfo(os: OperatingSystem, arch: Arch): void { Object.freeze(build); } - -// TODO(kevinkassimo): deprecate Deno.platform -export const platform = build; -- cgit v1.2.3