From 7ab2af03d8af0de39ea294be040fe64619f2e233 Mon Sep 17 00:00:00 2001 From: Jason W Kim Date: Wed, 20 Oct 2010 22:01:39 +0000 Subject: [PATCH] Cut unneeded global variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116953 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Scripts/elf-dump | 2 -- 1 file changed, 2 deletions(-) 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 == "-": -- 2.34.1