From f12e0104a6b655cefbc87cf9b542eae106428ea7 Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Fri, 25 Jul 2014 17:30:51 +0200 Subject: [PATCH] Removed an unneeded import --- source/dyaml/nogcutil.d | 1 - 1 file changed, 1 deletion(-) diff --git a/source/dyaml/nogcutil.d b/source/dyaml/nogcutil.d index 9f01214..09511dd 100644 --- a/source/dyaml/nogcutil.d +++ b/source/dyaml/nogcutil.d @@ -134,7 +134,6 @@ AppenderNoGCFixed!(E[]) appenderNoGC(A : E[], E)(A array) struct AppenderNoGCFixed(A : T[], T) { import std.array; - import std.traits; private struct Data {