Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill crude debugging info for ruby: that part of the shit works now
[simgrid.git] / src / msg / task.c
index 8dd6016..a54b159 100644 (file)
  *  <em>message size</em> and some <em>private data</em>.
  */
 
-#ifdef HAVE_RUBY /* FIXME: KILLME */
-XBT_LOG_EXTERNAL_CATEGORY(ruby);
-#endif
-
 /********************************* Task **************************************/
 /** \ingroup m_task_management
  * \brief Creates a new #m_task_t.
@@ -77,10 +73,6 @@ m_task_t MSG_task_create(const char *name, double compute_duration,
   simdata->comp_amount = NULL;
   simdata->comm_amount = NULL;
 
-#ifdef HAVE_RUBY /* FIXME: KILLME */
-  CINFO2(ruby,"Created task %p: %s",task,name);
-#endif
-
   return task;
 }