Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement thread factory with std::thread, and cleanups
[simgrid.git] / include / simgrid / simix.h
index 017cb2e..b9618c6 100644 (file)
@@ -61,9 +61,7 @@ typedef enum {
 
 /******************************* Networking ***********************************/
 extern unsigned smx_context_stack_size;
-extern int smx_context_stack_size_was_set;
 extern unsigned smx_context_guard_size;
-extern int smx_context_guard_size_was_set;
 
 SG_BEGIN_DECL()