summaryrefslogtreecommitdiff
path: root/process
diff options
context:
space:
mode:
Diffstat (limited to 'process')
-rwxr-xr-xprocess7
1 files changed, 0 insertions, 7 deletions
diff --git a/process b/process
index 6473cebe..baea5960 100755
--- a/process
+++ b/process
@@ -151,13 +151,6 @@ case $project:$action in
find '"$branch$build_suffix"'.sums/ -type f \
-exec sed -e "s%\('"$mount"'\)\?${PWD}%[...]%g" -i \{\} \;'
case $project in
- binutils-gdb)
- # Remove the GDB summary file; we got the individual ones.
- ssh \
- "$host" \
- 'cd '"$project_base"'/'"$branch$build_suffix"'.sums/ && \
- rm -f gdb/testsuite/gdb.sum'
- ;;
gcc)
# Rename host-specific directory to a generic name.
# This is probably not the most beautiful solution.