aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/path.hh
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-06-01 19:26:40 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-06-01 19:26:40 -0400
commit754c910953901ced4fbd27a8b86d36d57cb72996 (patch)
tree027bcf260d6dff50e17a8a18ac4428e2590c3287 /src/libstore/path.hh
parentda39092a39bbcca80144041b5efc8428cc3b2e4a (diff)
WIP more progress
Diffstat (limited to 'src/libstore/path.hh')
-rw-r--r--src/libstore/path.hh9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libstore/path.hh b/src/libstore/path.hh
index 5268b3bbf..dfc0a9531 100644
--- a/src/libstore/path.hh
+++ b/src/libstore/path.hh
@@ -88,15 +88,6 @@ const size_t storePathHashLen = 32; // i.e. 160 bits
/* Extension of derivations in the Nix store. */
const std::string drvExtension = ".drv";
-std::string to_string(FileIngestionMethod m) {
- switch(m) {
- case FileIngestionMethod::Flat:
- return "false";
- case FileIngestionMethod::Recursive:
- return "true";
- }
-}
-
struct StorePathWithOutputs
{
StorePath path;