From 1b68a4869b8c7ecbf0d251f97503fb0809377e79 Mon Sep 17 00:00:00 2001 From: navarro Date: Thu, 28 Jun 2012 14:41:04 +0200 Subject: [PATCH] Remove duplicated declartion of functions. They are in simix.h and not private, they are called by MSG --- src/simix/smx_host_private.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/simix/smx_host_private.h b/src/simix/smx_host_private.h index 59b9b977db..7da4059a35 100644 --- a/src/simix/smx_host_private.h +++ b/src/simix/smx_host_private.h @@ -21,8 +21,6 @@ typedef struct s_smx_host { smx_host_t SIMIX_host_create(const char *name, void *workstation, void *data); void SIMIX_host_destroy(void *host); -void SIMIX_host_set_data(smx_host_t host, void *data); -void* SIMIX_host_get_data(smx_host_t host); void SIMIX_host_add_auto_restart_process(smx_host_t host, const char *name, -- 2.20.1