Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #200 from Takishipp/clear_fct
[simgrid.git] / src / mc / mc_request.h
index 476cf9e..f7085c6 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (c) 2007-2015. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2007-2017. 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. */
@@ -7,10 +6,6 @@
 #ifndef SIMGRID_MC_REQUEST_H
 #define SIMGRID_MC_REQUEST_H
 
-#include <string>
-
-#include <xbt/base.h>
-
 #include "src/simix/smx_private.h"
 
 namespace simgrid {
@@ -28,12 +23,6 @@ XBT_PRIVATE std::string request_to_string(smx_simcall_t req, int value, simgrid:
 
 XBT_PRIVATE bool request_is_enabled_by_idx(smx_simcall_t req, unsigned int idx);
 
-/** Is the process ready to execute its simcall?
- *
- *  This is true if the request associated with the process is ready.
- */
-XBT_PRIVATE bool actor_is_enabled(smx_actor_t process);
-
 XBT_PRIVATE std::string request_get_dot_output(smx_simcall_t req, int value);
 
 }