aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-buildpackage-funcs
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-buildpackage-funcs')
-rw-r--r--pbuilder-buildpackage-funcs6
1 files changed, 0 insertions, 6 deletions
diff --git a/pbuilder-buildpackage-funcs b/pbuilder-buildpackage-funcs
index 668c0f9..2860b65 100644
--- a/pbuilder-buildpackage-funcs
+++ b/pbuilder-buildpackage-funcs
@@ -66,12 +66,6 @@ function showbuildbanner () {
echo
}
-function saveaptcache_umountproc_cleanbuildplace () {
- # save the apt cache, and call umountproc_cleanbuildplace
- save_aptcache
- umountproc_cleanbuildplace
-}
-
function createbuilduser () {
# create the build user
if [ -n "$SUTOUSER" ]; then