about summary refs log tree commit diff
path: root/src/libstore/derivations.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-09-03T14·02+0200
committerEelco Dolstra <edolstra@gmail.com>2019-09-03T14·03+0200
commite07ec8d27e08bf23eccab079b044a6f1b37f3ac9 (patch)
tree0dacd79c9a2ff40662de47d2e0515b535e684867 /src/libstore/derivations.hh
parentcec50290bf5537d574fd94557bd3918f2bea8a30 (diff)
Support allowSubstitutes attribute in structured attribute derivations
Hopefully fixes #3081 (didn't test).
Diffstat (limited to 'src/libstore/derivations.hh')
-rw-r--r--src/libstore/derivations.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstore/derivations.hh b/src/libstore/derivations.hh
index 9753e796db5f..8e02c9bc57c1 100644
--- a/src/libstore/derivations.hh
+++ b/src/libstore/derivations.hh
@@ -56,8 +56,6 @@ struct BasicDerivation
        the given derivation. */
     Path findOutput(const string & id) const;
 
-    bool substitutesAllowed() const;
-
     bool isBuiltin() const;
 
     /* Return true iff this is a fixed-output derivation. */