Remove obsolete object file dumpers
[oota-llvm.git] / test / Scripts / ignore
diff --git a/test/Scripts/ignore b/test/Scripts/ignore
deleted file mode 100755 (executable)
index 865ae4d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-#
-# Program: ignore
-#
-# Synopsis: Ignore the result code of the command and always return 0
-#
-# Syntax:   ignore command <arguments>
-
-"$@" || exit 0 && exit 0
-exit 0