Remove unnecessary windows 7 shim

This commit is contained in:
Fedor Indutny
2022-11-14 17:07:38 -08:00
committed by GitHub
parent e6ebfe4fca
commit 4e624c7286
11 changed files with 0 additions and 44 deletions

View File

@@ -1,9 +1,6 @@
// Copyright 2017-2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
// This has to be the first import because it patches "os" module
import '../ts/util/patchWindows7Hostname';
import { join, normalize } from 'path';
import { pathToFileURL } from 'url';
import * as os from 'os';