1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Remove unused variable

This commit is contained in:
Eelco Dolstra 2025-05-27 17:53:56 +02:00
parent f9fdf94e12
commit cf9d962086

View file

@ -800,7 +800,7 @@ void DerivationBuilderImpl::startBuilder()
printMsg(lvlVomit, "setting builder env variable '%1%'='%2%'", i.first, i.second);
/* Create the log file. */
[[maybe_unused]] Path logFile = miscMethods->openLogFile();
miscMethods->openLogFile();
/* Create a pseudoterminal to get the output of the builder. */
builderOut = posix_openpt(O_RDWR | O_NOCTTY);