From 02a2ea64362a8abc69fab116082e86ef1f529f07 Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 13 Mar 1995 15:02:53 +0000 Subject: Removed declaration of gettimeofday --- utils/Time.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Time.cc b/utils/Time.cc index d51f65d..3e57a3c 100644 --- a/utils/Time.cc +++ b/utils/Time.cc @@ -14,7 +14,7 @@ #include "Time.h" #include -extern "C" int gettimeofday (struct timeval *, struct timezone *); +//extern "C" int gettimeofday (struct timeval *, struct timezone *); /*?class CcuTimeStamp The class \var{CcuTimeStamp} provides variables that can be manipulated as -- cgit v1.1