Remove duplicate of ARC sanitization.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 16 Dec 1994 23:29:55 +0000 (23:29 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Fri, 16 Dec 1994 23:29:55 +0000 (23:29 +0000)
ld/.Sanitize

index 0ffb4fe32ab175daa2dbd0e3026e35acb8754517..528090add2ff974643c392a61c0cd027f115179d 100644 (file)
@@ -136,34 +136,7 @@ else
 fi
 
 arc_files="ChangeLog configure.in configure"
-if ( echo $* | grep keep\-arc > /dev/null ) ; then
-       for i in $arc_files ; do
-               if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Keeping arc stuff in $i
-                       fi
-               fi
-       done
-else
-       for i in $arc_files ; do
-               if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"arc\" from $i...
-                       fi
-                       cp $i new
-                       sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/d' < $i > new
-                       if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
-                               if [ -n "${verbose}" ] ; then
-                                       echo Caching $i in .Recover...
-                               fi
-                               mv $i .Recover
-                       fi
-                       mv new $i
-               fi
-       done
-fi
 
-arc_files="ChangeLog configure.in Makefile.in"
 if ( echo $* | grep keep\-arc > /dev/null ) ; then
        for i in $arc_files ; do
                if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then