summaryrefslogtreecommitdiff
path: root/test/Scripts
diff options
context:
space:
mode:
authorJason W Kim <jason.w.kim.2009@gmail.com>2010-10-20 22:01:39 +0000
committerJason W Kim <jason.w.kim.2009@gmail.com>2010-10-20 22:01:39 +0000
commit7ab2af03d8af0de39ea294be040fe64619f2e233 (patch)
tree3db72859db5344f3b7efaa2087fb71a64beb689f /test/Scripts
parent080c316ff8a066cd164d9a8f92df509d8cb63110 (diff)
downloadllvm-7ab2af03d8af0de39ea294be040fe64619f2e233.tar.gz
llvm-7ab2af03d8af0de39ea294be040fe64619f2e233.tar.bz2
llvm-7ab2af03d8af0de39ea294be040fe64619f2e233.tar.xz
Cut unneeded global variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116953 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Scripts')
-rwxr-xr-xtest/Scripts/elf-dump2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Scripts/elf-dump b/test/Scripts/elf-dump
index 31bcae7640..784533c57b 100755
--- a/test/Scripts/elf-dump
+++ b/test/Scripts/elf-dump
@@ -6,8 +6,6 @@ import StringIO
import common_dump
-FormatOutput=hex
-
class Reader:
def __init__(self, path):
if path == "-":