summaryrefslogtreecommitdiff
path: root/dh_missing
diff options
context:
space:
mode:
Diffstat (limited to 'dh_missing')
-rwxr-xr-xdh_missing6
1 files changed, 0 insertions, 6 deletions
diff --git a/dh_missing b/dh_missing
index 2808f7ba..b3c78488 100755
--- a/dh_missing
+++ b/dh_missing
@@ -72,8 +72,6 @@ my @installed;
my $srcdir = '.';
$srcdir = $dh{SOURCEDIR} if defined $dh{SOURCEDIR};
-my $missing_files = 0;
-
if (!$dh{LIST_MISSING} && !$dh{FAIL_MISSING}) {
exit 0;
}
@@ -125,10 +123,6 @@ if (@missing) {
}
}
-if ($missing_files) {
- error("missing files, aborting");
-}
-
=head1 SEE ALSO
L<debhelper(7)>