Cut unneeded global variable.
authorJason W Kim <jason.w.kim.2009@gmail.com>
Wed, 20 Oct 2010 22:01:39 +0000 (22:01 +0000)
committerJason W Kim <jason.w.kim.2009@gmail.com>
Wed, 20 Oct 2010 22:01:39 +0000 (22:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116953 91177308-0d34-0410-b5e6-96231b3b80d8

test/Scripts/elf-dump

index 31bcae764046042b627d05ba8a2de5592a96c932..784533c57bd6f7cab11cd57f44b85545b2369ffe 100755 (executable)
@@ -6,8 +6,6 @@ import StringIO
 
 import common_dump
 
 
 import common_dump
 
-FormatOutput=hex
-
 class Reader:
     def __init__(self, path):
         if path == "-":
 class Reader:
     def __init__(self, path):
         if path == "-":