From c662a6f4d1d5aebd9b77175156479b0f37f518eb Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Sun, 22 Aug 2021 17:56:51 +0200 Subject: [PATCH] core.exception: Remove dead comment about ModuleInfo functions --- src/core/exception.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/exception.d b/src/core/exception.d index 4a812e88b2..fe298d4a09 100644 --- a/src/core/exception.d +++ b/src/core/exception.d @@ -780,8 +780,6 @@ extern (C) void onHiddenFuncError(Object o); extern (C) { - // Use ModuleInfo to get file name for "m" versions - /* One of these three is called upon an assert() fail. */ void _d_assertp(immutable(char)* file, uint line)