aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/contrib/reghunt/bin/gcc-svn-recordfail
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/contrib/reghunt/bin/gcc-svn-recordfail')
-rwxr-xr-xgcc-4.8/contrib/reghunt/bin/gcc-svn-recordfail8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc-4.8/contrib/reghunt/bin/gcc-svn-recordfail b/gcc-4.8/contrib/reghunt/bin/gcc-svn-recordfail
deleted file mode 100755
index cf5cde754..000000000
--- a/gcc-4.8/contrib/reghunt/bin/gcc-svn-recordfail
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/sh
-
-# Given an identifier that is an index into the current patch list,
-# record the corresponding SVN number to the list of known failures.
-
-ID=$1
-REV=`${REG_IDS} -f index -t rev ${ID}`
-echo $REV >> ${REG_FAILLIST}