From b051a34fd8877635186ed84a857f2f38cd059468 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 14 Mar 2011 10:40:14 -0400 Subject: [PATCH] Remove duplicate time-based macros recently added. --- src/include/utils/timestamp.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/include/utils/timestamp.h b/src/include/utils/timestamp.h index e14285f8a46..9e51b58dde0 100644 --- a/src/include/utils/timestamp.h +++ b/src/include/utils/timestamp.h @@ -81,8 +81,6 @@ typedef struct */ #define DAYS_PER_MONTH 30 /* assumes exactly 30 days per month */ #define HOURS_PER_DAY 24 /* assume no daylight savings time changes */ -#define MINS_PER_HOUR 60 /* assume no daylight savings time changes */ -#define SECS_PER_MINUTE 60 /* assume no daylight savings time changes */ /* * This doesn't adjust for uneven daylight savings time intervals or leap -- 2.39.5