1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

error.cc: Make printTrace static

This commit is contained in:
Robert Hensing 2024-03-24 00:16:16 +01:00
parent 981c309057
commit bed541b04e

View file

@ -163,7 +163,7 @@ static bool printPosMaybe(std::ostream & oss, std::string_view indent, const std
return hasPos;
}
void printTrace(
static void printTrace(
std::ostream & output,
const std::string_view & indent,
size_t & count,