Removes unused function
This commit is contained in:
parent
52130fa8a5
commit
dbe3923cc4
|
@ -7,12 +7,4 @@ namespace ArbUt {
|
|||
error << exp << "\"";
|
||||
return Exception(error.str());
|
||||
}
|
||||
|
||||
ArbUt::Exception __ErrorHelpers::CreateThrowError(const char* exp, const std::source_location& location) {
|
||||
std::stringstream error;
|
||||
error << "[" << file_name(location.file_name()) << ":" << location.line() << "] \"";
|
||||
error << exp;
|
||||
error << "\"";
|
||||
return Exception(error.str());
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue