Cut unneeded global variable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116953 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jason W Kim 2010-10-20 22:01:39 +00:00
parent 080c316ff8
commit 7ab2af03d8

View File

@ -6,8 +6,6 @@ import StringIO
import common_dump
FormatOutput=hex
class Reader:
def __init__(self, path):
if path == "-":