about summary refs log tree commit diff
path: root/third_party/nix/src/libstore/references.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/libstore/references.hh')
-rw-r--r--third_party/nix/src/libstore/references.hh11
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 94ac5200bd..0000000000
--- 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);
-
-}