Skip to content

Commit a8443da

Browse files
committed
Remove C++ style comment. Some compilers won't accept it.
1 parent 464f20c commit a8443da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/backend/utils/adt/nabstime.c

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.86 2001/09/28 08:09:11 thomas Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.87 2001/10/01 02:31:33 ishii Exp $
1313
*
1414
* NOTES
1515
*
@@ -190,7 +190,9 @@ GetCurrentAbsoluteTimeUsec(int *usec)
190190
{
191191
time_t now;
192192
struct timeval tp;
193-
// struct timezone tpz;
193+
#ifdef NOT_USED
194+
struct timezone tpz;
195+
#endif
194196
#if defined(HAVE_TM_ZONE) || defined(HAVE_INT_TIMEZONE)
195197
struct tm *tm;
196198
#else

0 commit comments

Comments
 (0)