Fossil SCM
Fix a harmless compiler warning.
Commit
2ba5ddb9d925f0955f25aa78cc2063d3e1c344ec2e6c1aa31eeadb70c9d32f3e
Parent
f978fcdce15d4f8…
1 file changed
-1
M
src/db.c
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -3499,11 +3499,10 @@ | ||
| 3499 | 3499 | |
| 3500 | 3500 | /* If REPOSITORY looks like a URI, then try to clone it first */ |
| 3501 | 3501 | if( isUri ){ |
| 3502 | 3502 | char *zNewBase; /* Base name of the cloned repository file */ |
| 3503 | 3503 | const char *zUri; /* URI to clone */ |
| 3504 | - int i; /* Loop counter */ | |
| 3505 | 3504 | int rc; /* Result code from fossil_system() */ |
| 3506 | 3505 | Blob cmd; /* Clone command to be run */ |
| 3507 | 3506 | char *zCmd; /* String version of the clone command */ |
| 3508 | 3507 | |
| 3509 | 3508 | zUri = zRepo; |
| 3510 | 3509 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -3499,11 +3499,10 @@ | |
| 3499 | |
| 3500 | /* If REPOSITORY looks like a URI, then try to clone it first */ |
| 3501 | if( isUri ){ |
| 3502 | char *zNewBase; /* Base name of the cloned repository file */ |
| 3503 | const char *zUri; /* URI to clone */ |
| 3504 | int i; /* Loop counter */ |
| 3505 | int rc; /* Result code from fossil_system() */ |
| 3506 | Blob cmd; /* Clone command to be run */ |
| 3507 | char *zCmd; /* String version of the clone command */ |
| 3508 | |
| 3509 | zUri = zRepo; |
| 3510 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -3499,11 +3499,10 @@ | |
| 3499 | |
| 3500 | /* If REPOSITORY looks like a URI, then try to clone it first */ |
| 3501 | if( isUri ){ |
| 3502 | char *zNewBase; /* Base name of the cloned repository file */ |
| 3503 | const char *zUri; /* URI to clone */ |
| 3504 | int rc; /* Result code from fossil_system() */ |
| 3505 | Blob cmd; /* Clone command to be run */ |
| 3506 | char *zCmd; /* String version of the clone command */ |
| 3507 | |
| 3508 | zUri = zRepo; |
| 3509 |