Fossil SCM
Remove unused local variable.
Commit
01d6ef7cf8935ee11d0dc63ed0773779da6d2569
Parent
b9126194035203b…
1 file changed
-1
-1
| --- src/diff.c | ||
| +++ src/diff.c | ||
| @@ -417,11 +417,10 @@ | ||
| 417 | 417 | Blob *pOut, /* Where to write the line of output */ |
| 418 | 418 | char cPrefix, /* One of " ", "+", or "-" */ |
| 419 | 419 | DLine *pLine, /* The line to be output */ |
| 420 | 420 | int html /* True if generating HTML. False for plain text */ |
| 421 | 421 | ){ |
| 422 | - int i; | |
| 423 | 422 | blob_append(pOut, &cPrefix, 1); |
| 424 | 423 | if( html ){ |
| 425 | 424 | char *zHtml; |
| 426 | 425 | if( cPrefix=='+' ){ |
| 427 | 426 | blob_append(pOut, "<span class=\"diffadd\">", -1); |
| 428 | 427 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -417,11 +417,10 @@ | |
| 417 | Blob *pOut, /* Where to write the line of output */ |
| 418 | char cPrefix, /* One of " ", "+", or "-" */ |
| 419 | DLine *pLine, /* The line to be output */ |
| 420 | int html /* True if generating HTML. False for plain text */ |
| 421 | ){ |
| 422 | int i; |
| 423 | blob_append(pOut, &cPrefix, 1); |
| 424 | if( html ){ |
| 425 | char *zHtml; |
| 426 | if( cPrefix=='+' ){ |
| 427 | blob_append(pOut, "<span class=\"diffadd\">", -1); |
| 428 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -417,11 +417,10 @@ | |
| 417 | Blob *pOut, /* Where to write the line of output */ |
| 418 | char cPrefix, /* One of " ", "+", or "-" */ |
| 419 | DLine *pLine, /* The line to be output */ |
| 420 | int html /* True if generating HTML. False for plain text */ |
| 421 | ){ |
| 422 | blob_append(pOut, &cPrefix, 1); |
| 423 | if( html ){ |
| 424 | char *zHtml; |
| 425 | if( cPrefix=='+' ){ |
| 426 | blob_append(pOut, "<span class=\"diffadd\">", -1); |
| 427 |