Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
errno were never updated anyway
[simgrid.git] / src / xbt / mmalloc / mmprivate.h
index 3767365..c122547 100644 (file)
@@ -161,10 +161,6 @@ struct mdesc {
   /* Some flag bits to keep track of various internal things. */
   unsigned int flags;
 
-  /* If a system call made by the mmalloc package fails, the errno is
-     preserved for future examination. */
-  int saved_errno;
-
   /* Number of info entries.  */
   size_t heapsize;