Remove superfluous localtime() call
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 31 May 2011 09:27:58 +0000 (12:27 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 31 May 2011 09:27:58 +0000 (12:27 +0300)
commit5006b8fbce0e9286fd79b26889c64f0884f555d1
tree7ad8b8d280c70363fb35b8734b5e5198a4cf34b8
parent59b934f425e651dc546530bd167dc1f50e3e9347
Remove superfluous localtime() call
- The tm pointer is reset to localtime(&when) before accessed,
  this is nothing but a dead call and assignment
lib/query.c