removed dead code

This commit is contained in:
Robert burner Schadek 2016-03-17 22:10:32 +01:00
parent b739ade285
commit 14ae4e6b06
3 changed files with 1 additions and 5 deletions

View file

@ -18,7 +18,6 @@ import std.conv;
import std.exception; import std.exception;
import std.format; import std.format;
import std.range; import std.range;
//import std.stream;
import std.string; import std.string;
import std.system; import std.system;
import std.typecons; import std.typecons;

View file

@ -11,7 +11,6 @@ version(unittest)
public import std.conv; public import std.conv;
public import std.stdio; public import std.stdio;
//public import std.stream;
public import dyaml.all; public import dyaml.all;
import core.exception; import core.exception;
@ -24,8 +23,6 @@ import std.typecons;
package: package:
//alias std.stream.File File;
/** /**
* Run an unittest. * Run an unittest.
* *

View file

@ -48,7 +48,7 @@ void testRepresenterTypes(bool verbose, string codeFilename)
} }
} }
import dyaml.stream; import dyaml.stream;
auto emitStream = new YMemoryStream; auto emitStream = new YMemoryStream;
auto representer = new Representer; auto representer = new Representer;