aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/path.hh
diff options
context:
space:
mode:
authorCarlo Nucera <carlo.nucera@protonmail.com>2020-06-01 17:32:27 -0400
committerCarlo Nucera <carlo.nucera@protonmail.com>2020-06-01 17:32:40 -0400
commit0e9438b6d381a87946ddda8d4bdd06707f9b0a48 (patch)
tree34fcd559dc27db89664667f4e0622b1fa51cb585 /src/libstore/path.hh
parent0cb67ecbd318a455fa4b459e29fadd0848238fca (diff)
Create new file-hash files
Diffstat (limited to 'src/libstore/path.hh')
-rw-r--r--src/libstore/path.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstore/path.hh b/src/libstore/path.hh
index f3ed6ca39..186976855 100644
--- a/src/libstore/path.hh
+++ b/src/libstore/path.hh
@@ -87,11 +87,6 @@ const size_t storePathHashLen = 32; // i.e. 160 bits
/* Extension of derivations in the Nix store. */
const std::string drvExtension = ".drv";
-enum struct FileIngestionMethod : uint8_t {
- Flat = false,
- Recursive = true
-};
-
struct StorePathWithOutputs
{
StorePath path;