mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06:01 +01:00
Remove unused variable
This commit is contained in:
parent
21fd152279
commit
d0a263711a
1 changed files with 1 additions and 1 deletions
|
|
@ -802,7 +802,7 @@ void DerivationBuilderImpl::startBuilder()
|
||||||
printMsg(lvlVomit, "setting builder env variable '%1%'='%2%'", i.first, i.second);
|
printMsg(lvlVomit, "setting builder env variable '%1%'='%2%'", i.first, i.second);
|
||||||
|
|
||||||
/* Create the log file. */
|
/* Create the log file. */
|
||||||
[[maybe_unused]] Path logFile = miscMethods->openLogFile();
|
miscMethods->openLogFile();
|
||||||
|
|
||||||
/* Create a pseudoterminal to get the output of the builder. */
|
/* Create a pseudoterminal to get the output of the builder. */
|
||||||
builderOut = posix_openpt(O_RDWR | O_NOCTTY);
|
builderOut = posix_openpt(O_RDWR | O_NOCTTY);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue