Fossil SCM
Remove two unused variables
Commit
a98467b661faa7f5c88a0e689d05ee610155eb7b
Parent
4f95ea8c5671844…
1 file changed
-1
-1
| --- src/diff.c | ||
| +++ src/diff.c | ||
| @@ -1911,11 +1911,10 @@ | ||
| 1911 | 1911 | ReCompiled *pRe, /* Only output changes where this Regexp matches */ |
| 1912 | 1912 | u64 diffFlags /* DIFF_* flags defined above */ |
| 1913 | 1913 | ){ |
| 1914 | 1914 | int ignoreEolWs; /* Ignore whitespace at the end of lines */ |
| 1915 | 1915 | DContext c; |
| 1916 | - int i, nChng; | |
| 1917 | 1916 | |
| 1918 | 1917 | if( diffFlags & DIFF_INVERT ){ |
| 1919 | 1918 | Blob *pTemp = pA_Blob; |
| 1920 | 1919 | pA_Blob = pB_Blob; |
| 1921 | 1920 | pB_Blob = pTemp; |
| 1922 | 1921 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -1911,11 +1911,10 @@ | |
| 1911 | ReCompiled *pRe, /* Only output changes where this Regexp matches */ |
| 1912 | u64 diffFlags /* DIFF_* flags defined above */ |
| 1913 | ){ |
| 1914 | int ignoreEolWs; /* Ignore whitespace at the end of lines */ |
| 1915 | DContext c; |
| 1916 | int i, nChng; |
| 1917 | |
| 1918 | if( diffFlags & DIFF_INVERT ){ |
| 1919 | Blob *pTemp = pA_Blob; |
| 1920 | pA_Blob = pB_Blob; |
| 1921 | pB_Blob = pTemp; |
| 1922 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -1911,11 +1911,10 @@ | |
| 1911 | ReCompiled *pRe, /* Only output changes where this Regexp matches */ |
| 1912 | u64 diffFlags /* DIFF_* flags defined above */ |
| 1913 | ){ |
| 1914 | int ignoreEolWs; /* Ignore whitespace at the end of lines */ |
| 1915 | DContext c; |
| 1916 | |
| 1917 | if( diffFlags & DIFF_INVERT ){ |
| 1918 | Blob *pTemp = pA_Blob; |
| 1919 | pA_Blob = pB_Blob; |
| 1920 | pB_Blob = pTemp; |
| 1921 |