aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/path.hh
diff options
context:
space:
mode:
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;