Fossil SCM
unused variable
Commit
0f3ed70be4027ee9c45de08c97bdc973c266cc79
Parent
8d627980aa3b7a7…
1 file changed
-1
M
src/th.c
-1
| --- src/th.c | ||
| +++ src/th.c | ||
| @@ -1879,11 +1879,10 @@ | ||
| 1879 | 1879 | const char *zInput, |
| 1880 | 1880 | int nInput, |
| 1881 | 1881 | int *pnLiteral |
| 1882 | 1882 | ){ |
| 1883 | 1883 | int i; |
| 1884 | - int seenDot = 0; | |
| 1885 | 1884 | int (*isdigit)(char) = th_isdigit; |
| 1886 | 1885 | char c; |
| 1887 | 1886 | |
| 1888 | 1887 | if( nInput<3) return TH_ERROR; |
| 1889 | 1888 | assert(zInput[0]=='0'); |
| 1890 | 1889 |
| --- 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 |