From f4c0fe2181b75d62827ddf71ae1c8fbfc14874d0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 13 Oct 2018 11:13:35 +0100 Subject: [PATCH] dgit: Move clean_tree_check Code motion. No functional change. Signed-off-by: Ian Jackson --- dgit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dgit b/dgit index 4cbc378c..b4943a23 100755 --- a/dgit +++ b/dgit @@ -6199,6 +6199,10 @@ sub maybe_unapply_patches_again () { #----- other building ----- +sub clean_tree_check () { + # Not yet implemented. The lack of this is part of #910705. +} + sub clean_tree () { # We always clean the tree ourselves, rather than leave it to the # builder (dpkg-source, or soemthing which calls dpkg-source). @@ -6225,10 +6229,6 @@ sub clean_tree () { } } -sub clean_tree_check () { - # Not yet implemented. The lack of this is part of #910705. -} - sub cmd_clean () { badusage __ "clean takes no additional arguments" if @ARGV; notpushing(); -- 2.30.2