From: suter Date: Thu, 31 Jan 2013 09:47:42 +0000 (+0100) Subject: remove set/get category functions. Managed in another way now X-Git-Tag: v3_9_90~584 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4844c0c1988511ba0f7871f623f10d12921c7b51?hp=a77278b18dee3dba8874705754d5dbc35e835bf2 remove set/get category functions. Managed in another way now --- diff --git a/include/simdag/simdag.h b/include/simdag/simdag.h index 6c9a0834d5..9afe61d509 100644 --- a/include/simdag/simdag.h +++ b/include/simdag/simdag.h @@ -179,8 +179,6 @@ XBT_PUBLIC(void) SD_task_distribute_comp_amdhal(SD_task_t task, int ws_count); XBT_PUBLIC(void) SD_task_schedulev(SD_task_t task, int count, const SD_workstation_t * list); XBT_PUBLIC(void) SD_task_schedulel(SD_task_t task, int count, ...); -XBT_PUBLIC(void) SD_task_set_category (SD_task_t task, const char *category); -XBT_PUBLIC(const char *) SD_task_get_category (SD_task_t task); /** @brief A constant to use in SD_task_schedule to mean that there is no cost.