From: Martin Quinson Date: Sat, 8 Jun 2019 06:36:54 +0000 (+0200) Subject: Remove a useless FIXME X-Git-Tag: v3.23~55 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/63590813ee3394a80200a670396ace4bfc8b734c?hp=ffe3eb0c3dc01fd2357754d71ba6b43a7224e443 Remove a useless FIXME We will not improve the existing Java bindings to enforce separation between submodules of these bindings. We may redo them completely using an automated generator, but not fiddle with the manual version. --- diff --git a/src/bindings/java/jmsg_process.h b/src/bindings/java/jmsg_process.h index 075c5ffa92..620754fa55 100644 --- a/src/bindings/java/jmsg_process.h +++ b/src/bindings/java/jmsg_process.h @@ -22,7 +22,7 @@ SG_BEGIN_DECL(); #endif /* end of eclipse-mandated pimple */ -// Cached java fields accessed by the rest of the code (FIXME: they should not) +// Cached java fields accessed by the rest of the code extern jfieldID jprocess_field_Process_pid; extern jfieldID jprocess_field_Process_ppid;