X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ee63a4fbf0d79259eb0e1e7c5b7053f4b99c7a75..00aaf3ca0db96212996091ab6d690bd3ee462e3f:/src/msg/msg_deployment.cpp diff --git a/src/msg/msg_deployment.cpp b/src/msg/msg_deployment.cpp index af82087e81..f21b33b32b 100644 --- a/src/msg/msg_deployment.cpp +++ b/src/msg/msg_deployment.cpp @@ -1,12 +1,9 @@ -/* Copyright (c) 2004-2014. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2004-2014. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include "msg_private.h" -#include "xbt/sysdep.h" -#include "xbt/log.h" +#include "src/msg/msg_private.h" /** \ingroup msg_simulation * \brief An application deployer. @@ -52,18 +49,6 @@ void MSG_function_register_default(xbt_main_func_t code) SIMIX_function_register_default(code); } -/** \ingroup msg_simulation - * \brief Retrieves a registered main function - * - * Registers a code function in a global table. - * This table is then used by #MSG_launch_application. - * \param name the reference name of the function. - */ -xbt_main_func_t MSG_get_registered_function(const char *name) -{ - return SIMIX_get_registered_function(name); -} - /** * \brief register functions bypassing the parser */