Fossil SCM
remove unused variable
Commit
6fb750d77ceedd5f60e498f0152e43cf464337d1
Parent
ee33b951a4063e3…
1 file changed
-1
-1
| --- src/finfo.c | ||
| +++ src/finfo.c | ||
| @@ -229,11 +229,10 @@ | ||
| 229 | 229 | const char *zFilename; |
| 230 | 230 | char zPrevDate[20]; |
| 231 | 231 | const char *zA; |
| 232 | 232 | const char *zB; |
| 233 | 233 | int n; |
| 234 | - int fnid; | |
| 235 | 234 | |
| 236 | 235 | Blob title; |
| 237 | 236 | Blob sql; |
| 238 | 237 | HQuery url; |
| 239 | 238 | GraphContext *pGraph; |
| 240 | 239 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -229,11 +229,10 @@ | |
| 229 | const char *zFilename; |
| 230 | char zPrevDate[20]; |
| 231 | const char *zA; |
| 232 | const char *zB; |
| 233 | int n; |
| 234 | int fnid; |
| 235 | |
| 236 | Blob title; |
| 237 | Blob sql; |
| 238 | HQuery url; |
| 239 | GraphContext *pGraph; |
| 240 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -229,11 +229,10 @@ | |
| 229 | const char *zFilename; |
| 230 | char zPrevDate[20]; |
| 231 | const char *zA; |
| 232 | const char *zB; |
| 233 | int n; |
| 234 | |
| 235 | Blob title; |
| 236 | Blob sql; |
| 237 | HQuery url; |
| 238 | GraphContext *pGraph; |
| 239 |