summaryrefslogtreecommitdiff
path: root/lib/sbuild/chroot/chroot.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sbuild/chroot/chroot.h')
-rw-r--r--lib/sbuild/chroot/chroot.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/sbuild/chroot/chroot.h b/lib/sbuild/chroot/chroot.h
index 7293de0f..e8c20951 100644
--- a/lib/sbuild/chroot/chroot.h
+++ b/lib/sbuild/chroot/chroot.h
@@ -404,16 +404,6 @@ namespace sbuild
bool
get_run_setup_scripts () const;
- protected:
- /**
- * Set whether chroot setup scripts will be run.
- *
- * @param run_setup_scripts true if setup scripts will be run,
- * otherwise false.
- */
- void
- set_run_setup_scripts (bool run_setup_scripts);
-
public:
/**
* Get the script configuration file for the chroot. This is a
@@ -864,8 +854,6 @@ namespace sbuild
std::string mount_location;
/// Was the chroot automatically generated?
bool original;
- /// Run chroot setup scripts?
- bool run_setup_scripts;
/// Configuration of the setup and exec scripts.
std::string script_config;
/// Configuration profile for setup scripts (replaces script_config).