mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
Remove unused variable.
Compiling with -Wall considered useful.
This commit is contained in:
parent
11f99eb8ea
commit
287ffc828d
1 changed files with 0 additions and 1 deletions
|
@ -157,7 +157,6 @@ main (int argc, char **argv)
|
||||||
FILE *file;
|
FILE *file;
|
||||||
|
|
||||||
const char *value, *from;
|
const char *value, *from;
|
||||||
int i;
|
|
||||||
|
|
||||||
time_t time;
|
time_t time;
|
||||||
struct tm gm_time_tm;
|
struct tm gm_time_tm;
|
||||||
|
|
Loading…
Reference in a new issue