From cf4fe3baa5208bb84c956efd0d4eb1e4465c55f0 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 8 Apr 2016 00:21:21 -0700 Subject: Remove patch-related function from configure. * configure (apply_patches): Unused function removed. This was used for applying patches when MPI was a tarball, not expanded in the code tree. --- configure | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/configure b/configure index 3acbb5b4..28b6988a 100755 --- a/configure +++ b/configure @@ -2552,24 +2552,6 @@ fi $make conftest.clean -# -# Function to apply patches. -# -apply_patches() -{ - if ! [ -e patches/series ] ; then - echo "no patches" - return 0 - fi - - while read patch patchlevel ; do - case patch in - '#' ) continue ;; - * ) patch ${patchlevel:--p1} < patches/$patch ;; - esac - done < patches/series -} - # # Some final blurbs into config.h # -- cgit v1.2.3