Skip to content

Commit

Permalink
Merge pull request #9093 from 0-v-0/master
Browse files Browse the repository at this point in the history
Remove unused import
  • Loading branch information
dkorpel authored Nov 27, 2024
2 parents 600c721 + db84813 commit 202fe14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion std/windows/syserror.d
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ import core.sys.windows.winbase, core.sys.windows.winnt;
import std.array : appender, Appender;
import std.conv : to, toTextRange, text;
import std.exception;
import std.windows.charset;

string sysErrorString(
DWORD errCode,
Expand Down

0 comments on commit 202fe14

Please sign in to comment.