aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/nabstime.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-10-08 18:30:52 +0000
committerBruce Momjian <bruce@momjian.us>1998-10-08 18:30:52 +0000
commit173c555948b9002b3b899d7331682e8812d171dc (patch)
tree76ee9e08cdd0d06a890d160d17d99e9f5331d4a2 /src/include/utils/nabstime.h
parent0a1c2805b35f59b3654d51c965d03699e60b50f7 (diff)
downloadpostgresql-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.h3
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);