diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-24 15:36:42 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-24 15:36:42 +0000 |
commit | c36daa3cd8a13ee49442b09c7c98f56db5f30069 (patch) | |
tree | 8dd574a2ac953283182074bec0d62cd183dd7b9e | |
parent | a4ccd556996d5d4de56fd1d4d971a11ccb5bf50d (diff) | |
download | iurt-c36daa3cd8a13ee49442b09c7c98f56db5f30069.tar iurt-c36daa3cd8a13ee49442b09c7c98f56db5f30069.tar.gz iurt-c36daa3cd8a13ee49442b09c7c98f56db5f30069.tar.bz2 iurt-c36daa3cd8a13ee49442b09c7c98f56db5f30069.tar.xz iurt-c36daa3cd8a13ee49442b09c7c98f56db5f30069.zip |
unexport update_chroot() (unused elsewhere)
-rw-r--r-- | lib/Iurt/Chroot.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index f5d9880..6e390f8 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -14,7 +14,6 @@ our @EXPORT = qw( clean_chroot_tmp clean_all_chroot_tmp clean_chroot - update_chroot dump_rpmmacros add_local_user create_temp_chroot |