Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove Java bindings. They are not updated since maybe 10 years
[simgrid.git] / include / simgrid / msg.h
index 4ff7f67..af145db 100644 (file)
@@ -47,7 +47,6 @@ extern "C" {
 #endif
 
 /** @brief Return code of most MSG functions */
-/* Keep these code as binary values: java bindings manipulate | of these values */
 typedef enum {
   MSG_OK               = 0, /**< @brief Everything is right. Keep on going this way ! */
   MSG_TIMEOUT          = 1, /**< @brief nothing good happened before the timer you provided elapsed */