Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill popping_{enum,generated}
[simgrid.git] / src / simix / popping_enum.hpp
diff --git a/src/simix/popping_enum.hpp b/src/simix/popping_enum.hpp
deleted file mode 100644 (file)
index a89500b..0000000
+++ /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