Fossil SCM
Remove unused local variable.
Commit
ab9b49820edec8a48df68add48f84a7cb600a3fd
Parent
f24d85aee89d855…
1 file changed
+1
-1
+1
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1741,11 +1741,11 @@ | ||
| 1741 | 1741 | ** -R REPO_FILE Specifies the repository db to use. Default is |
| 1742 | 1742 | ** the current checkout's repository. |
| 1743 | 1743 | */ |
| 1744 | 1744 | void timeline_cmd(void){ |
| 1745 | 1745 | Stmt q; |
| 1746 | - int n, k, width, i; | |
| 1746 | + int n, k, width; | |
| 1747 | 1747 | const char *zLimit; |
| 1748 | 1748 | const char *zWidth; |
| 1749 | 1749 | const char *zOffset; |
| 1750 | 1750 | const char *zType; |
| 1751 | 1751 | char *zOrigin; |
| 1752 | 1752 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1741,11 +1741,11 @@ | |
| 1741 | ** -R REPO_FILE Specifies the repository db to use. Default is |
| 1742 | ** the current checkout's repository. |
| 1743 | */ |
| 1744 | void timeline_cmd(void){ |
| 1745 | Stmt q; |
| 1746 | int n, k, width, i; |
| 1747 | const char *zLimit; |
| 1748 | const char *zWidth; |
| 1749 | const char *zOffset; |
| 1750 | const char *zType; |
| 1751 | char *zOrigin; |
| 1752 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1741,11 +1741,11 @@ | |
| 1741 | ** -R REPO_FILE Specifies the repository db to use. Default is |
| 1742 | ** the current checkout's repository. |
| 1743 | */ |
| 1744 | void timeline_cmd(void){ |
| 1745 | Stmt q; |
| 1746 | int n, k, width; |
| 1747 | const char *zLimit; |
| 1748 | const char *zWidth; |
| 1749 | const char *zOffset; |
| 1750 | const char *zType; |
| 1751 | char *zOrigin; |
| 1752 |