Skip to content

Commit 029f480

Browse files
authored
refactoring unused imports (#21612)
1 parent 66c1814 commit 029f480

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

compiler/src/dmd/file_manager.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module dmd.file_manager;
1313
import core.stdc.stdio;
1414
import dmd.common.outbuffer;
1515
import dmd.root.stringtable : StringTable;
16-
import dmd.root.file : File, Buffer;
16+
import dmd.root.file : File;
1717
import dmd.root.filename : FileName, isDirSeparator;
1818
import dmd.root.string : toDString;
1919
import dmd.globals;

compiler/src/dmd/root/file.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ module dmd.root.file;
1414
import core.stdc.errno;
1515
import core.stdc.stdio;
1616
import core.stdc.stdlib;
17-
import core.stdc.string : strerror;
1817
import core.sys.posix.fcntl;
1918
import core.sys.posix.unistd;
2019
import core.sys.windows.winbase;

0 commit comments

Comments
 (0)