Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
write java class files into CMAKE_CURRENT_BINARY_DIR, not into source dir
[simgrid.git] / src / simix / private.h
index 824a932..653575e 100644 (file)
@@ -215,19 +215,11 @@ void SIMIX_context_mod_init(void);
 
 void SIMIX_context_mod_exit(void);
 
-/* Selects a context factory associated with the name specified by the parameter name.
- * If successful the function returns 0. Otherwise the function returns the error code.
- */
-int SIMIX_context_select_factory(const char *name);
 
 /* All factories init */
 void SIMIX_ctx_thread_factory_init(smx_context_factory_t * factory);
-
 void SIMIX_ctx_sysv_factory_init(smx_context_factory_t * factory);
 
-
-void SIMIX_ctx_java_factory_init(smx_context_factory_t * factory);
-
 /* ****************************** */
 /* context manipulation functions */
 /* ****************************** */