Revision: 78231
          http://sourceforge.net/p/brlcad/code/78231
Author:   starseeker
Date:     2021-02-10 17:42:38 +0000 (Wed, 10 Feb 2021)
Log Message:
-----------
Shouldn't need this declaration with the C++11 approach.

Modified Paths:
--------------
    brlcad/trunk/src/libbu/datetime.cpp

Modified: brlcad/trunk/src/libbu/datetime.cpp
===================================================================
--- brlcad/trunk/src/libbu/datetime.cpp 2021-02-10 14:36:17 UTC (rev 78230)
+++ brlcad/trunk/src/libbu/datetime.cpp 2021-02-10 17:42:38 UTC (rev 78231)
@@ -33,10 +33,6 @@
 
 #include "y2038/time64.h"
 
-/* for strict c90 */
-#ifndef HAVE_DECL_GETTIMEOFDAY
-extern int gettimeofday(struct timeval *, void *);
-#endif
 
 int BU_SEM_DATETIME;
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to