Fossil SCM
Remove an unused variable.
Commit
a543fb31d2cb14bdc3fbfcc056458144d0605e4395715ec03372ca5d2cad3e61
Parent
9b67f462f1e8437…
1 file changed
-1
-1
| --- src/sqlcmd.c | ||
| +++ src/sqlcmd.c | ||
| @@ -433,11 +433,10 @@ | ||
| 433 | 433 | */ |
| 434 | 434 | void cmd_sqlite3(void){ |
| 435 | 435 | int noRepository; |
| 436 | 436 | char *zConfigDb; |
| 437 | 437 | char *zPrompt; |
| 438 | - char zRelease[16]; | |
| 439 | 438 | extern int sqlite3_shell(int, char**); |
| 440 | 439 | #ifdef FOSSIL_ENABLE_TH1_HOOKS |
| 441 | 440 | g.fNoThHook = 1; |
| 442 | 441 | #endif |
| 443 | 442 | noRepository = find_option("no-repository", 0, 0)!=0; |
| 444 | 443 |
| --- src/sqlcmd.c | |
| +++ src/sqlcmd.c | |
| @@ -433,11 +433,10 @@ | |
| 433 | */ |
| 434 | void cmd_sqlite3(void){ |
| 435 | int noRepository; |
| 436 | char *zConfigDb; |
| 437 | char *zPrompt; |
| 438 | char zRelease[16]; |
| 439 | extern int sqlite3_shell(int, char**); |
| 440 | #ifdef FOSSIL_ENABLE_TH1_HOOKS |
| 441 | g.fNoThHook = 1; |
| 442 | #endif |
| 443 | noRepository = find_option("no-repository", 0, 0)!=0; |
| 444 |
| --- src/sqlcmd.c | |
| +++ src/sqlcmd.c | |
| @@ -433,11 +433,10 @@ | |
| 433 | */ |
| 434 | void cmd_sqlite3(void){ |
| 435 | int noRepository; |
| 436 | char *zConfigDb; |
| 437 | char *zPrompt; |
| 438 | extern int sqlite3_shell(int, char**); |
| 439 | #ifdef FOSSIL_ENABLE_TH1_HOOKS |
| 440 | g.fNoThHook = 1; |
| 441 | #endif |
| 442 | noRepository = find_option("no-repository", 0, 0)!=0; |
| 443 |