chore: remove unused internal env.unSetVar() (#43148)

chore: remove unused unSetVar JS binding

Added in Oct 2020 (b33f2260, #25623) but never used
This commit is contained in:
Charles Kerr
2024-08-01 18:41:41 -05:00
committed by GitHub
parent 3a07bd8821
commit e7ca92a574
2 changed files with 0 additions and 6 deletions

View File

@@ -52,7 +52,6 @@ declare namespace NodeJS {
getVar(name: string): string | null;
hasVar(name: string): boolean;
setVar(name: string, value: string): boolean;
unSetVar(name: string): boolean;
}
type AsarFileInfo = {