diff options
-rw-r--r-- | lib/Debian/Debhelper/Buildsystem/meson.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Debian/Debhelper/Buildsystem/meson.pm b/lib/Debian/Debhelper/Buildsystem/meson.pm index 482e7e62..8d710da6 100644 --- a/lib/Debian/Debhelper/Buildsystem/meson.pm +++ b/lib/Debian/Debhelper/Buildsystem/meson.pm @@ -88,9 +88,4 @@ sub configure { } } -sub test { - my $this=shift; - return $this->SUPER::test(@_); -} - 1 |