diff options
Diffstat (limited to 'src/libstore/misc.cc')
-rw-r--r-- | src/libstore/misc.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libstore/misc.cc b/src/libstore/misc.cc index 5c284d1b9ab2..114ab565e08c 100644 --- a/src/libstore/misc.cc +++ b/src/libstore/misc.cc @@ -7,14 +7,6 @@ namespace nix { -Derivation Store::derivationFromPath(const Path & drvPath) -{ - assertStorePath(drvPath); - ensurePath(drvPath); - return readDerivation(drvPath); -} - - void Store::computeFSClosure(const Path & path, PathSet & paths, bool flipDirection, bool includeOutputs, bool includeDerivers) { |