From 25dad2df2f0ab55b6f5e3e00ad8a873c66368cc0 Mon Sep 17 00:00:00 2001 From: cherierm Date: Wed, 26 Sep 2007 14:10:53 +0000 Subject: [PATCH 1/1] Now the java implementation of the msg process don't use the os locks. The functions connected to these locks are now not necessary git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4727 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/include/simix/simix.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/include/simix/simix.h b/src/include/simix/simix.h index 3fa031eb83..616db0ad5f 100644 --- a/src/include/simix/simix.h +++ b/src/include/simix/simix.h @@ -148,10 +148,6 @@ void SIMIX_display_process_status(void); /* Helper functions for jMSG: manipulate the context data without breaking the module separation */ void SIMIX_process_set_jprocess(smx_process_t process, void *jp); void* SIMIX_process_get_jprocess(smx_process_t process); -void SIMIX_process_set_jmutex(smx_process_t process, void *jm); -void* SIMIX_process_get_jmutex(smx_process_t process); -void SIMIX_process_set_jcond(smx_process_t process, void *jc); -void* SIMIX_process_get_jcond(smx_process_t process); void SIMIX_process_set_jenv(smx_process_t process, void *je); void* SIMIX_process_get_jenv(smx_process_t process); -- 2.20.1