Skip to content

Commit

Permalink
Remove useless printf import
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Dec 26, 2024
1 parent 408ed93 commit b0dbbce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/numem/core/memory/lifetime.d
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ void emplace(T, UT, Args...)(ref UT dst, auto ref Args args) @nogc nothrow {
alias fargs = args;
alias fargsT = Args;
}
import core.stdc.stdio : printf;

static if (is(typeof(dst.__ctor(forward!fargs)))) {
assumeNothrowNoGC((T chunk, fargsT args) {
Expand Down

0 comments on commit b0dbbce

Please sign in to comment.