From 6ef9101f720226484598c7b9e52971ffe2a6587e Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Wed, 27 Jan 2016 02:10:13 +0100 Subject: [PATCH 1/1] dead code --- src/simdag/simdag_private.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/simdag/simdag_private.h b/src/simdag/simdag_private.h index 9012302d13..7b81a5f175 100644 --- a/src/simdag/simdag_private.h +++ b/src/simdag/simdag_private.h @@ -20,10 +20,6 @@ SG_BEGIN_DECL() /* Global variables */ typedef struct SD_global { - sg_host_t *host_list; /* array of workstations, created only if - necessary in sg_host_list() */ - SD_link_t *link_list; /* array of links */ - xbt_mallocator_t task_mallocator; /* to not remalloc new tasks */ int watch_point_reached; /* has a task just reached a watch point? */ -- 2.20.1