]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/xbt_socket.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove unnecessary memset on free fragments, already done in mmalloc
[simgrid.git] / src / xbt / xbt_socket.c
index fd4ad3f1859b2ed2f22187b6d7fd9cb628c1d18f..4be45814ac7e45eb47bd35e1195c3f08a00f6827 100644 (file)
@@ -277,7 +277,7 @@ void xbt_socket_meas_send(xbt_socket_t peer,
   char *chunk = NULL;
   unsigned long int sent_sofar;
 
-  XBT_IN("");
+  XBT_IN();
   THROWF(unknown_error, 0, "measurement sockets were broken in this release of SimGrid and should be ported back in the future."
       "If you depend on it, sorry, you have to use an older version, or wait for the future version using it...");
 
@@ -328,7 +328,7 @@ void xbt_socket_meas_recv(xbt_socket_t peer,
   char *chunk = NULL;
   unsigned long int got_sofar;
 
-  XBT_IN("");
+  XBT_IN();
   THROWF(unknown_error,0,"measurement sockets were broken in this release of SimGrid and should be ported back in the future."
       "If you depend on it, sorry, you have to use an older version, or wait for the future version using it...");