From 82e6f563d7a7f399ed70e26d154b236943222a71 Mon Sep 17 00:00:00 2001 From: Nemoumbra Date: Thu, 14 May 2026 01:59:25 +0300 Subject: [PATCH] Remove the outdated comment --- Common/SysError.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Common/SysError.h b/Common/SysError.h index b425b34fdc..45352fe632 100644 --- a/Common/SysError.h +++ b/Common/SysError.h @@ -5,6 +5,5 @@ // Generic function to get last error message. // Call directly after the command or use the error num. // This function might change the error code. -// Defined in Misc.cpp. std::string GetLastErrorMsg(); std::string GetStringErrorMsg(int errCode);