Remove unused imports

This commit is contained in:
Stéphan Kochen
2022-02-13 21:19:38 +01:00
parent da2f3bf659
commit 321a0d7e19
6 changed files with 4 additions and 12 deletions
-2
View File
@@ -14,8 +14,6 @@ import binWrapperNodeModulesTmpl from "./tmpl/bin-wrapper-node-modules.sh.in";
import binWrapperPnpTmpl from "./tmpl/bin-wrapper-pnp.sh.in";
import { renderTmpl } from "./textUtils";
const supportedLinkers = [`pnp`, `node-modules`];
// Internal command that creates wrappers for binaries.
// Used inside the Nix install phase.
export default class InstallBinCommand extends Command<CommandContext> {