Skip to content

Commit

Permalink
Remove commented out attributes for remove
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrel committed Jan 10, 2025
1 parent 811dacc commit 85335a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/process.d
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ static:
multi-threaded programs. See e.g.
$(LINK2 https://www.gnu.org/software/libc/manual/html_node/Environment-Access.html#Environment-Access, glibc).
*/
void remove(scope const(char)[] name) @trusted //nothrow @nogc
void remove(scope const(char)[] name) @trusted
{
synchronized (mutex.writer)
version (Windows) SetEnvironmentVariableW(name.tempCStringW(), null);
Expand Down

0 comments on commit 85335a5

Please sign in to comment.