summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2013-05-04 19:31:55 +0100
committerRoger Leigh <rleigh@debian.org>2013-05-04 19:31:55 +0100
commit5b5bd225083d6b0be6dff5580622da8f802f0798 (patch)
tree67397351ca5498610baf321b4b3da5f4130c63ef /lib
parenta0b402b32562454c1fa1e0a33908e51c2514ca6b (diff)
downloadschroot-5b5bd225083d6b0be6dff5580622da8f802f0798.tar.gz
facet::fsunion: Drop pre-facet special case
Diffstat (limited to 'lib')
-rw-r--r--lib/sbuild/chroot/facet/fsunion.cc6
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",