Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit a4cc307

Browse files
Merge pull request #2383 from ibuclaw/rmimport
rt/aaA.d: Remove unused debug import
2 parents 2f1014f + 503adfa commit a4cc307

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rt/aaA.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,6 @@ extern (C) hash_t _aaGetHash(in AA* aa, in TypeInfo tiRaw) nothrow
683683
auto valHash = &ti.value.getHash;
684684

685685
size_t h;
686-
import core.stdc.stdio;
687686
foreach (b; aa.buckets)
688687
{
689688
if (!b.filled)

0 commit comments

Comments
 (0)