summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-06-29 22:22:21 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-06-29 22:22:21 -0400
commit9a867d7d344bc3c59a3326123f7323655c311d6c (patch)
tree04b7bc9f04e2ce824520f68620f21c6c80d9fff5 /Debian/Debhelper
parentd8b5ce9376d8ed73ebb74bd1ca206105b06adebd (diff)
remove enforce_out_of_source_building
It was only used by the test suite, and while symetrical I don't feel that justifies keeping dead code.
Diffstat (limited to 'Debian/Debhelper')
-rw-r--r--Debian/Debhelper/Buildsystem.pm9
1 files changed, 0 insertions, 9 deletions
diff --git a/Debian/Debhelper/Buildsystem.pm b/Debian/Debhelper/Buildsystem.pm
index 209f0705..9730928d 100644
--- a/Debian/Debhelper/Buildsystem.pm
+++ b/Debian/Debhelper/Buildsystem.pm
@@ -147,15 +147,6 @@ sub prefer_out_of_source_building {
}
}
-# Derived class can call this method in its constructor to *enforce*
-# out of source building even if the user didn't request it.
-# Build directory is set to DEFAULT_BUILD_DIRECTORY or building
-# fails if it is not possible to set it
-sub enforce_out_of_source_building {
- my $this=shift;
- $this->prefer_out_of_source_building();
-}
-
# Enhanced version of File::Spec::canonpath. It collapses ..
# too so it may return invalid path if symlinks are involved.
# On the other hand, it does not need for the path to exist.