Fossil SCM

unused variable

jan.nijtmans 2014-04-04 11:01 trunk
Commit 0f3ed70be4027ee9c45de08c97bdc973c266cc79
1 file changed -1
-1
--- src/th.c
+++ src/th.c
@@ -1879,11 +1879,10 @@
18791879
const char *zInput,
18801880
int nInput,
18811881
int *pnLiteral
18821882
){
18831883
int i;
1884
- int seenDot = 0;
18851884
int (*isdigit)(char) = th_isdigit;
18861885
char c;
18871886
18881887
if( nInput<3) return TH_ERROR;
18891888
assert(zInput[0]=='0');
18901889
--- src/th.c
+++ src/th.c
@@ -1879,11 +1879,10 @@
1879 const char *zInput,
1880 int nInput,
1881 int *pnLiteral
1882 ){
1883 int i;
1884 int seenDot = 0;
1885 int (*isdigit)(char) = th_isdigit;
1886 char c;
1887
1888 if( nInput<3) return TH_ERROR;
1889 assert(zInput[0]=='0');
1890
--- src/th.c
+++ src/th.c
@@ -1879,11 +1879,10 @@
1879 const char *zInput,
1880 int nInput,
1881 int *pnLiteral
1882 ){
1883 int i;
 
1884 int (*isdigit)(char) = th_isdigit;
1885 char c;
1886
1887 if( nInput<3) return TH_ERROR;
1888 assert(zInput[0]=='0');
1889

Keyboard Shortcuts

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