Internal: Optimize program size by refactoring error reporting routines (#4446)

This commit is contained in:
Anthony Donlon
2023-08-29 16:54:32 -04:00
committed by GitHub
parent c3e19f2821
commit cf6566b9bc
13 changed files with 99 additions and 100 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ public:
// For getline()
string m_lineChars; ///< Characters left for next line
void v3errorEnd(std::ostringstream& str) VL_REQUIRES(V3Error::s().m_mutex) {
void v3errorEnd(std::ostringstream& str) VL_RELEASE(V3Error::s().m_mutex) {
fileline()->v3errorEnd(str);
}