These transitional scripts are no longer necessary, no one should have `as' or
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 16 Sep 2003 15:37:32 +0000 (15:37 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 16 Sep 2003 15:37:32 +0000 (15:37 +0000)
`dis' anymore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8563 91177308-0d34-0410-b5e6-96231b3b80d8

test/Scripts/as [deleted file]
test/Scripts/dis [deleted file]

diff --git a/test/Scripts/as b/test/Scripts/as
deleted file mode 100755 (executable)
index 70ed41a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-#
-# Run llvm-as with same arguments
-#
-llvm-as $*
diff --git a/test/Scripts/dis b/test/Scripts/dis
deleted file mode 100755 (executable)
index 141d6cd..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-#
-# Run llvm-dis with same arguments
-#
-llvm-dis $*