diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-10-08 18:30:52 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-10-08 18:30:52 +0000 |
commit | 173c555948b9002b3b899d7331682e8812d171dc (patch) | |
tree | 76ee9e08cdd0d06a890d160d17d99e9f5331d4a2 /src/include/utils/nabstime.h | |
parent | 0a1c2805b35f59b3654d51c965d03699e60b50f7 (diff) | |
download | postgresql-173c555948b9002b3b899d7331682e8812d171dc.tar.gz postgresql-173c555948b9002b3b899d7331682e8812d171dc.zip |
Make functions static or ifdef NOT_USED. Prevent pg_version creation.
Diffstat (limited to 'src/include/utils/nabstime.h')
-rw-r--r-- | src/include/utils/nabstime.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/utils/nabstime.h b/src/include/utils/nabstime.h index 7c6828e84cf..d1784c7cfb2 100644 --- a/src/include/utils/nabstime.h +++ b/src/include/utils/nabstime.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: nabstime.h,v 1.16 1998/09/01 04:39:23 momjian Exp $ + * $Id: nabstime.h,v 1.17 1998/10/08 18:30:52 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -116,7 +116,6 @@ extern AbsoluteTime datetime_abstime(DateTime *datetime); extern DateTime *abstime_datetime(AbsoluteTime abstime); extern bool AbsoluteTimeIsBefore(AbsoluteTime time1, AbsoluteTime time2); -extern bool AbsoluteTimeIsAfter(AbsoluteTime time1, AbsoluteTime time2); extern void abstime2tm(AbsoluteTime time, int *tzp, struct tm * tm, char *tzn); |