From 4b32f87e9adf91d5d94287562d8844727d47a07b Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Sat, 10 Sep 2022 19:20:40 +0200 Subject: daemon: Remove unused function findOutput. * nix/libstore/misc.cc (findOutput): Remove it. * nix/libstore/misc.hh (findOutput): Likewise. Signed-off-by: Mathieu Othacehe --- nix/libstore/misc.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nix/libstore/misc.hh') diff --git a/nix/libstore/misc.hh b/nix/libstore/misc.hh index edbf24047e..f70cda9fd0 100644 --- a/nix/libstore/misc.hh +++ b/nix/libstore/misc.hh @@ -21,10 +21,6 @@ void computeFSClosure(StoreAPI & store, const Path & path, PathSet & paths, bool flipDirection = false, bool includeOutputs = false, bool includeDerivers = false); -/* Return the path corresponding to the output identifier `id' in the - given derivation. */ -Path findOutput(const Derivation & drv, string id); - bool willBuildLocally(const Derivation & drv); bool substitutesAllowed(const Derivation & drv); -- cgit 1.4.1