X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/236075d9897437d7a58686ccaa78056d268df867..591d1f1de204ef7303e6d02c88ae4c7f59c564de:/src/bindings/java/JavaContext.cpp diff --git a/src/bindings/java/JavaContext.cpp b/src/bindings/java/JavaContext.cpp index cce9499f5c..f5f0ffcb24 100644 --- a/src/bindings/java/JavaContext.cpp +++ b/src/bindings/java/JavaContext.cpp @@ -60,7 +60,6 @@ void JavaContextFactory::run_all() } } - JavaContext::JavaContext(std::function code, void_pfn_smxprocess_t cleanup_func, smx_process_t process) @@ -69,8 +68,7 @@ JavaContext::JavaContext(std::function code, static int thread_amount=0; thread_amount++; - /* If the user provided a function for the process then use it - otherwise is the context for maestro */ + /* If the user provided a function for the process then use it otherwise is the context for maestro */ if (has_code()) { this->jprocess = nullptr; this->begin = xbt_os_sem_init(0);