From 184abc2857fb4f6dc65f6b7e7d2aefdcd1064666 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 28 Jan 2000 21:07:49 +0000 Subject: [PATCH] removed gmtime_r prototype --- src/libCom/osi/osiTime.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libCom/osi/osiTime.cpp b/src/libCom/osi/osiTime.cpp index 85d6f486a..43f1ab03e 100644 --- a/src/libCom/osi/osiTime.cpp +++ b/src/libCom/osi/osiTime.cpp @@ -46,9 +46,6 @@ const unsigned osiTime::nSecPerSec = 1000u*osiTime::uSecPerSec; const unsigned osiTime::nSecPerUSec = 1000u; const unsigned osiTime::secPerMin = 60u; -struct tm *gmtime_r (const time_t *, struct tm *); -struct tm *localtime_r (const time_t *, struct tm *); - static const unsigned ntpEpochYear = 1900; static const unsigned ntpEpocMonth = 0; // January static const unsigned ntpEpocDayOfTheMonth = 1; // the 1st day of the month