Revert "Merge pull request #1170 from jmdavis/perf"

This reverts commit 684c43dfc5, reversing
changes made to 707a60101b.
This commit is contained in:
jmdavis 2013-02-26 01:18:14 -08:00
parent 684c43dfc5
commit 978ac725b5
5 changed files with 923 additions and 9 deletions

View file

@ -36,6 +36,7 @@ public import std.mmfile;
public import std.outbuffer;
public import std.parallelism;
public import std.path;
public import std.perf;
public import std.process;
public import std.random;
public import std.regex;