From: Jason W Kim Date: Wed, 20 Oct 2010 22:01:39 +0000 (+0000) Subject: Cut unneeded global variable. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7ab2af03d8af0de39ea294be040fe64619f2e233;p=oota-llvm.git Cut unneeded global variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116953 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Scripts/elf-dump b/test/Scripts/elf-dump index 31bcae76404..784533c57bd 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 == "-":