summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/mklib8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/mklib b/bin/mklib
index fa0c82bf56..c4b3478c79 100755
--- a/bin/mklib
+++ b/bin/mklib
@@ -25,14 +25,6 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-# propagate any errors
-function errtrap {
- es=$?
- exit $es
-}
-trap errtrap ERR
-
-
# Given a list of files, look for .a archives and unpack them.
# Return the original list of files minus the .a files plus the unpacked files.
# first param: name of a temp directory (to be deleted when finished)