diff options
Diffstat (limited to 'third_party/nix/src/libstore/references.hh')
-rw-r--r-- | third_party/nix/src/libstore/references.hh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/nix/src/libstore/references.hh b/third_party/nix/src/libstore/references.hh deleted file mode 100644 index 94ac5200bdff..000000000000 --- a/third_party/nix/src/libstore/references.hh +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -#include "libutil/hash.hh" -#include "libutil/types.hh" - -namespace nix { - -PathSet scanForReferences(const Path& path, const PathSet& refs, - HashResult& hash); - -} |