1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-03 16:53:36 +03:00

Remove an unused structure member.

FossilOrigin-Name: d8404340cb01af440feebd19d291eb7198cfa576
This commit is contained in:
mistachkin
2014-12-11 03:25:05 +00:00
parent f1f84a6ec1
commit 44ca920625
3 changed files with 7 additions and 8 deletions

View File

@@ -473,7 +473,6 @@ struct ShellState {
char *zDestTable; /* Name of destination table when MODE_Insert */
char colSeparator[20]; /* Column separator character for several modes */
char rowSeparator[20]; /* Row separator character for MODE_Ascii */
char newline[20]; /* Record separator in MODE_Csv */
int colWidth[100]; /* Requested width of each column when in column mode*/
int actualWidth[100]; /* Actual width of each column */
char nullvalue[20]; /* The text to print when a NULL comes back from