diff options
author | Roger Leigh <rleigh@debian.org> | 2013-05-04 19:31:55 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2013-05-04 19:31:55 +0100 |
commit | 5b5bd225083d6b0be6dff5580622da8f802f0798 (patch) | |
tree | 67397351ca5498610baf321b4b3da5f4130c63ef /lib | |
parent | a0b402b32562454c1fa1e0a33908e51c2514ca6b (diff) | |
download | schroot-5b5bd225083d6b0be6dff5580622da8f802f0798.tar.gz |
facet::fsunion: Drop pre-facet special case
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sbuild/chroot/facet/fsunion.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/sbuild/chroot/facet/fsunion.cc b/lib/sbuild/chroot/facet/fsunion.cc index 38dd6eac..d025d81a 100644 --- a/lib/sbuild/chroot/facet/fsunion.cc +++ b/lib/sbuild/chroot/facet/fsunion.cc @@ -273,12 +273,6 @@ namespace sbuild keyfile, chroot.get_name(), "union-type", keyfile::PRIORITY_OPTIONAL); - // If we are a union, add specific source options here. - source_clonable::ptr psrc - (chroot.get_facet<source_clonable>()); - if (psrc) - psrc->set_keyfile(chroot, keyfile); - keyfile::get_object_value(*this, &fsunion::set_union_mount_options, keyfile, chroot.get_name(), "union-mount-options", |