fine, fix

This commit is contained in:
lizzie 2026-04-26 10:23:15 +00:00
parent 95b9c561bb
commit 6552765a02

View file

@ -40,11 +40,10 @@ std::string DemangleSymbol(const std::string&& mangled) {
std::free(p); std::free(p);
return ret; return ret;
} }
#else #endif
} }
return mangled; return mangled;
} }
return std::string{}; return std::string{};
} }
#endif
} // namespace Common } // namespace Common