Remove deprecated module std.metastrings

This module has been deprecated and scheduled for removal in March 2014.
It is now June 2014.
This commit is contained in:
H. S. Teoh 2014-06-23 11:42:19 -07:00
parent fd67ac9fb2
commit 458e61d273
5 changed files with 5 additions and 204 deletions

View file

@ -26,7 +26,6 @@ public import std.format;
public import std.getopt;
public import std.math;
public import std.mathspecial;
public import std.metastrings;
public import std.mmfile;
public import std.outbuffer;
public import std.parallelism;