remove now-unused tmp/trap junk
authorJim Meyering <jim@meyering.net>
Wed, 26 Sep 2001 08:21:06 +0000 (08:21 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 26 Sep 2001 08:21:06 +0000 (08:21 +0000)
lib/gen-uio

index cb655c69816db6d730b123f47e9c20cdca9ea3db..191719a52bb86d89edd764096dcda4d6f85e8094 100755 (executable)
@@ -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