Fossil SCM

Remove unused local variable.

mistachkin 2014-10-22 20:05 trunk
Commit ab9b49820edec8a48df68add48f84a7cb600a3fd
1 file changed +1 -1
+1 -1
--- src/timeline.c
+++ src/timeline.c
@@ -1741,11 +1741,11 @@
17411741
** -R REPO_FILE Specifies the repository db to use. Default is
17421742
** the current checkout's repository.
17431743
*/
17441744
void timeline_cmd(void){
17451745
Stmt q;
1746
- int n, k, width, i;
1746
+ int n, k, width;
17471747
const char *zLimit;
17481748
const char *zWidth;
17491749
const char *zOffset;
17501750
const char *zType;
17511751
char *zOrigin;
17521752
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button