Remove unused import to enforceEx

This function wasn't used anymore, but still imported, despite being deprecated.
It was scheduled to be removed a few releases ago (see dlang/phobos#7545).
This commit is contained in:
Geod24 2020-08-02 16:41:13 +09:00 committed by Mathias LANG
parent b1a35a6241
commit 9b370b9a87

View file

@ -17,7 +17,6 @@ import core.exception : OutOfMemoryError;
import core.stdc.stdlib;
import core.memory;
import std.conv;
import std.exception : enforceEx;
import std.traits;
import std.algorithm;