removed dead code
This commit is contained in:
parent
b739ade285
commit
14ae4e6b06
|
@ -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;
|
||||||
|
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue