[lit] Remove unused variable in googletest format

Summary: `prefix` is written to but never read.

Reviewers: echristo, delcypher, beanz, ddunbar

Subscribers: llvm-commits, mehdi_amini

Differential Revision: https://reviews.llvm.org/D25408

llvm-svn: 283706
This commit is contained in:
Brian Gesiak 2016-10-10 01:15:33 +00:00
parent ea76cdb22e
commit e35cf5deb8
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ class GoogleTest(TestFormat):
# handle it here in case upstream googletest is being used.
continue
prefix = ''
index = 0
while ln[index*2:index*2+2] == ' ':
index += 1