Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Function surf_get_clock() is already declared in surf.hpp.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 28 Mar 2018 20:21:27 +0000 (22:21 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 28 Mar 2018 20:54:06 +0000 (22:54 +0200)
src/surf/surf_interface.hpp

index 09547f7..eaff399 100644 (file)
@@ -61,9 +61,6 @@ static inline int double_equals(double value1, double value2, double precision)
   return (fabs(value1 - value2) < precision);
 }
 
-extern "C" {
-XBT_PUBLIC double surf_get_clock();
-}
 /** \ingroup SURF_simulation
  *  \brief List of hosts that have just restarted and whose autorestart process should be restarted.
  */