1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Final cleanup

This commit is contained in:
Bruce Momjian
1999-07-16 05:23:30 +00:00
parent ba42b68977
commit 69817665cb
23 changed files with 71 additions and 93 deletions

View File

@ -4,7 +4,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: nabstime.c,v 1.59 1999/07/16 05:00:14 momjian Exp $
* $Id: nabstime.c,v 1.60 1999/07/16 05:23:19 momjian Exp $
*
*/
#include <stdio.h>
@ -349,8 +349,6 @@ nabstimeout(AbsoluteTime time)
break;
default:
abstime2tm(time, &tz, tm, tzn);
#if DATEDEBUG
#endif
EncodeDateTime(tm, fsec, &tz, &tzn, DateStyle, buf);
break;
}