Fossil SCM

Remove two unused variables

jan.nijtmans 2013-02-17 14:43 trunk
Commit a98467b661faa7f5c88a0e689d05ee610155eb7b
1 file changed -1
-1
--- src/diff.c
+++ src/diff.c
@@ -1911,11 +1911,10 @@
19111911
ReCompiled *pRe, /* Only output changes where this Regexp matches */
19121912
u64 diffFlags /* DIFF_* flags defined above */
19131913
){
19141914
int ignoreEolWs; /* Ignore whitespace at the end of lines */
19151915
DContext c;
1916
- int i, nChng;
19171916
19181917
if( diffFlags & DIFF_INVERT ){
19191918
Blob *pTemp = pA_Blob;
19201919
pA_Blob = pB_Blob;
19211920
pB_Blob = pTemp;
19221921
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button