From fc88358b29bc353b15879d611cc25fc74ae91442 Mon Sep 17 00:00:00 2001
From: Lyndon Brown <jnqnfe@gmail.com>
Date: Wed, 1 Apr 2020 05:24:46 +0100
Subject: binary: remove useless execution of `lb chroot_debianchroot remove`

it was not run in install mode so should not be run in remove mode.

(whether it should in fact be run in install mode is another question; as
is whether chroot_tmpfs should be being used)

Gbp-Dch: Short
---
 scripts/build/binary | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/build/binary b/scripts/build/binary
index bcef3f058..ac24a4f4a 100755
--- a/scripts/build/binary
+++ b/scripts/build/binary
@@ -94,7 +94,6 @@ then
 	lb chroot_hosts remove "${@}"
 	lb chroot_sysv-rc remove "${@}"
 	lb chroot_dpkg remove "${@}"
-	lb chroot_debianchroot remove "${@}"
 fi
 
 lb chroot_sysfs remove "${@}"
-- 
cgit v1.2.3