diff options
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 60b11afe6088..195558dd3e99 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; |