Skip to content

Commit

Permalink
Removed three unneeded variables
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Winnertz <[email protected]>
  • Loading branch information
winnieXY committed Aug 14, 2009
1 parent 21069fb commit 1baf186
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,8 +650,6 @@ file_date (time_t when)
{
static char timebuf [MB_LEN_MAX * MAX_I18NTIMELENGTH + 1];
time_t current_time = time ((time_t) 0);
static int i18n = 0;
static const char *fmtyear, *fmttime;
const char *fmt;

if (current_time > when + 6L * 30L * 24L * 60L * 60L /* Old. */
Expand Down

0 comments on commit 1baf186

Please sign in to comment.