Remove modules crc32 and std.md5 which had been deprecated by 6ff6adc5bf

This commit is contained in:
Geod24 2013-12-21 18:35:35 +01:00
parent d42aa86717
commit ecbc04f90d
6 changed files with 7 additions and 578 deletions

View file

@ -28,7 +28,6 @@ public import std.format;
public import std.getopt;
public import std.math;
public import std.mathspecial;
public import std.md5;
public import std.metastrings;
public import std.mmfile;
public import std.outbuffer;
@ -92,9 +91,6 @@ else
std.zlib.adler32(0,null); // D.zlib
auto t = task!cmp("foo", "bar"); // parallelism
ubyte[16] buf;
std.md5.sum(buf,"");
creal c = 3.0 + 4.0i;
c = sqrt(c);
assert(c.re == 2);