Commit a8443da5 authored by Tatsuo Ishii's avatar Tatsuo Ishii

Remove C++ style comment. Some compilers won't accept it.

parent 464f20cf
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.86 2001/09/28 08:09:11 thomas Exp $ * $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.87 2001/10/01 02:31:33 ishii Exp $
* *
* NOTES * NOTES
* *
...@@ -190,7 +190,9 @@ GetCurrentAbsoluteTimeUsec(int *usec) ...@@ -190,7 +190,9 @@ GetCurrentAbsoluteTimeUsec(int *usec)
{ {
time_t now; time_t now;
struct timeval tp; struct timeval tp;
// struct timezone tpz; #ifdef NOT_USED
struct timezone tpz;
#endif
#if defined(HAVE_TM_ZONE) || defined(HAVE_INT_TIMEZONE) #if defined(HAVE_TM_ZONE) || defined(HAVE_INT_TIMEZONE)
struct tm *tm; struct tm *tm;
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment