From: cherierm Date: Wed, 26 Sep 2007 14:11:40 +0000 (+0000) Subject: just add the copyright of the fileNow the java implementation of the msg process... X-Git-Tag: v3.3~1062 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4525aff4d01530d760f0203659d4ba5e0142b212?hp=29493aabe8625e8359c877d61b143c3f98bb1072 just add the copyright of the fileNow 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@4729 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/include/xbt/context.h b/src/include/xbt/context.h index 85b04aa640..dece9ead7e 100644 --- a/src/include/xbt/context.h +++ b/src/include/xbt/context.h @@ -43,12 +43,6 @@ XBT_PUBLIC(void) xbt_context_schedule(xbt_context_t context); void xbt_context_set_jprocess(xbt_context_t context, void *jp); void* xbt_context_get_jprocess(xbt_context_t context); -void xbt_context_set_jmutex(xbt_context_t context,void *jm); -void* xbt_context_get_jmutex(xbt_context_t context); - -void xbt_context_set_jcond(xbt_context_t context,void *jc); -void* xbt_context_get_jcond(xbt_context_t context); - void xbt_context_set_jenv(xbt_context_t context,void* je); void* xbt_context_get_jenv(xbt_context_t context);