Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / mc / mc_request.hpp
diff --git a/src/mc/mc_request.hpp b/src/mc/mc_request.hpp
deleted file mode 100644 (file)
index ca980d7..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Copyright (c) 2007-2021. 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. */
-
-#ifndef SIMGRID_MC_REQUEST_HPP
-#define SIMGRID_MC_REQUEST_HPP
-
-#include "src/simix/smx_private.hpp"
-
-namespace simgrid {
-namespace mc {
-
-enum class RequestType {
-  simix,
-  executed,
-  internal,
-};
-
-XBT_PRIVATE bool request_is_enabled_by_idx(smx_simcall_t req, unsigned int idx);
-}
-}
-
-#endif