Skip to content

Commit 62247af

Browse files
committed
libstore: remove useless fmt
1 parent a4a49a9 commit 62247af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstore/build/derivation-building-goal.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ Goal::Co DerivationBuildingGoal::tryToBuild()
239239
: buildMode == bmCheck ? "checking outputs of '%s'"
240240
: "building '%s'",
241241
worker.store.printStorePath(drvPath));
242-
fmt("building '%s'", worker.store.printStorePath(drvPath));
243242
#ifndef _WIN32 // TODO enable build hook on Windows
244243
if (hook)
245244
msg += fmt(" on '%s'", hook->machineName);

0 commit comments

Comments
 (0)