std.ps.unsetenv

std.ps

unsetenv(name)

Remove an environment variable

Removes the variable name from the current process environment. If name does not exist, the call is a no-op. Wraps unsetenv(3).