]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Buildsystem.pm
remove enforce_out_of_source_building
[debhelper.git] / Debian / Debhelper / Buildsystem.pm
index 209f0705d7b58b6697bfb37174812923ae59473f..9730928d33deed509f778cd6d50482713140c842 100644 (file)
@@ -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.