aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-04-18 14:59:58 -0400
committerShea Levy <shea@shealevy.com>2015-04-18 14:59:58 -0400
commitfd6774e285760b384b0d8a0946b8ba8001b67b82 (patch)
treed756815cd9b71270639ad2e5f09dd43156f7428b /src/libstore/globals.hh
parent9b1866b721ba683ac9ec6b8b9a67da25e3183ebf (diff)
Revert "Add the pre-build hook."
Going to reimplement differently. This reverts commit 1e4a4a2e9fc382f47f58b448f3ee034cdd28218a.
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index 60b11afe6..195558dd3 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -206,10 +206,6 @@ struct Settings {
/* Whether the importNative primop should be enabled */
bool enableImportNative;
- /* The hook to run just before a build to set derivation-specific
- build settings */
- Path preBuildHook;
-
private:
SettingsMap settings, overrides;