Skip to content

Commit bb872a9

Browse files
committed
Removed unused variable.
1 parent a0e1336 commit bb872a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

GLFileView.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ + (NSString *)parseDiffTree:(NSString *)txt withStats:(NSMutableDictionary *)sta
253253
NSArray *stat=[stats objectForKey:fileName];
254254
NSInteger add=[[stat objectAtIndex:0] integerValue];
255255
NSInteger rem=[[stat objectAtIndex:1] integerValue];
256-
NSInteger tot=add+rem;
257256

258257
[res appendString:@"<tr><td class='name'>"];
259258
[res appendString:[NSString stringWithFormat:@"<a class='%@' href='#%@' representedFile='%@'>%@</a>",status,file,fileName,txt]];

0 commit comments

Comments
 (0)