Moving deprecations along.

This is mostly just putting dates on existing deprecations that were
missing dates, but it does remove a few things that have been deprecated
long enough to be removed.
This commit is contained in:
Jonathan M Davis 2016-02-10 03:55:31 -08:00
parent 70db575ba8
commit c3cd933131
12 changed files with 18 additions and 79 deletions

View file

@ -42,7 +42,6 @@ public import std.stdint;
public import std.stdio;
public import std.stream;
public import std.string;
public import std.syserror;
public import std.system;
public import std.traits;
public import std.typetuple;