Skip to content

Commit 2c37470

Browse files
committed
Remove unused imports from recent features
1 parent 348dd6a commit 2c37470

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

source/mir/base64.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Authors: Harrison Ford
66
Copyright: 2021 Harrison Ford, Symmetry Investments
77
+/
88
module mir.base64;
9-
import mir.ndslice.topology;
109

1110
package static immutable base64DecodeInvalidCharMsg = "Invalid character encountered.";
1211
package static immutable base64DecodeInvalidLenMsg = "Cannot decode a buffer with given length (not a multiple of 4, missing padding?)";

source/mir/bignum/low_level_view.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2489,7 +2489,6 @@ struct DecimalView(W, WordEndian endian = TargetEndian, Exp = sizediff_t)
24892489
scope @trusted pure @nogc nothrow
24902490
if (isSomeChar!C)
24912491
{
2492-
debug import std.stdio;
24932492
import mir.utility: _expect;
24942493

24952494
version(LDC)

0 commit comments

Comments
 (0)