Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Last bits of convertion from xbt_error_t to exceptions. Some more cleanups (mainly...
[simgrid.git] / src / amok / Bandwidth / bandwidth_private.h
index d942345..04b7789 100644 (file)
@@ -31,7 +31,6 @@ typedef struct {
  * if err.msg != NULL, it wasn't sucessful. Check err.msg and err.code to see why.
  */
 typedef struct {
-  s_amok_remoterr_t err;
   unsigned int timestamp;
   double sec;
   double bw;