X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9e0cb12b3a4d809e8405430fa6513780044d4122..a14791b7288177a49b6e8b06677d59faac0a175e:/src/simix/popping_enum.hpp diff --git a/src/simix/popping_enum.hpp b/src/simix/popping_enum.hpp deleted file mode 100644 index a89500b741..0000000000 --- a/src/simix/popping_enum.hpp +++ /dev/null @@ -1,30 +0,0 @@ -/**********************************************************************/ -/* File generated by src/simix/simcalls.py from src/simix/simcalls.in */ -/* */ -/* DO NOT EVER CHANGE THIS FILE */ -/* */ -/* change simcalls specification in src/simix/simcalls.in */ -/* Copyright (c) 2014-2022. The SimGrid Team. All rights reserved. */ -/**********************************************************************/ - -/* - * Note that the name comes from http://en.wikipedia.org/wiki/Popping - * Indeed, the control flow is doing a strange dance in there. - * - * That's not about http://en.wikipedia.org/wiki/Poop, despite the odor :) - */ - -namespace simgrid { -namespace simix { -/** - * @brief All possible simcalls. - */ -enum class Simcall { - NONE, - RUN_KERNEL, - RUN_BLOCKING, -}; - -constexpr int NUM_SIMCALLS = 3; -} // namespace simix -} // namespace simgrid