From fa31d2eacb3b6bcd3bac1c035243b5d1b1d337a0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 26 Sep 2001 08:21:06 +0000 Subject: [PATCH] remove now-unused tmp/trap junk --- lib/gen-uio | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/gen-uio b/lib/gen-uio index cb655c698..191719a52 100755 --- a/lib/gen-uio +++ b/lib/gen-uio @@ -1,9 +1,5 @@ #!/bin/sh -tmp=gen-uio.$$ -trap 'status=$?; rm -f $tmp && exit $status' 0 -trap '{ (exit 1); exit 1; }' 1 2 13 15 - fail=0 cat <<\EOF || fail=1 #ifndef UNLOCKED_IO_H -- 2.11.0