From: Gabriel Corona Date: Fri, 15 Jan 2016 09:03:32 +0000 (+0100) Subject: Remove surf_on_host_created() declaration X-Git-Tag: v3_13~1239 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0932fe770b4457dd5816598a1a181e8d126a1061 Remove surf_on_host_created() declaration Thos function does not exist anymore. --- diff --git a/src/surf/callbacks.h b/src/surf/callbacks.h index 3f2b1b6f68..4713790bf3 100644 --- a/src/surf/callbacks.h +++ b/src/surf/callbacks.h @@ -18,7 +18,6 @@ SG_BEGIN_DECL(); -XBT_PRIVATE void surf_on_host_created(void (*callback)(sg_host_t)); XBT_PRIVATE void surf_on_storage_created(void (*callback)(sg_storage_t)); SG_END_DECL();