Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove the 'TUTORIAL: New API' chunks
[simgrid.git] / src / msg / msg_new_api.c
diff --git a/src/msg/msg_new_api.c b/src/msg/msg_new_api.c
deleted file mode 100644 (file)
index 0bc6ba8..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/* 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/log.h"
-
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_new_API, msg,
-                                "Logging specific to MSG (new_API)");
-
-
-/* ****************************************************************************************** */
-/* TUTORIAL: New API                                                                        */
-/* All functions for the API                                                                  */
-/* ****************************************************************************************** */
-int MSG_new_API_fct(const char* param1, double param2)
-{
-  int result = simcall_new_api_fct(param1, param2);
-  return result;
-}