Skip to content

Commit

Permalink
Removed unused import symbol.
Browse files Browse the repository at this point in the history
Removed an imported symbol that isn't used.
  • Loading branch information
bausshf committed Sep 24, 2016
1 parent 25418ed commit a702432
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion std/stdio.d
Expand Up @@ -3349,7 +3349,6 @@ void writeln(T...)(T args)
!is(Unqual!(typeof(args[0])) == typeof(null)) &&
!isAggregateType!(typeof(args[0])))
{
import std.exception : enforce;
import std.traits : isStaticArray;

// Specialization for strings - a very frequent case
Expand Down

0 comments on commit a702432

Please sign in to comment.