From 9b370b9a87b297d064acb127315d18a23f04b174 Mon Sep 17 00:00:00 2001 From: Geod24 Date: Sun, 2 Aug 2020 16:41:13 +0900 Subject: [PATCH] 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). --- source/vibe/internal/freelistref.d | 1 - 1 file changed, 1 deletion(-) diff --git a/source/vibe/internal/freelistref.d b/source/vibe/internal/freelistref.d index d0799ce..81b0924 100644 --- a/source/vibe/internal/freelistref.d +++ b/source/vibe/internal/freelistref.d @@ -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;