Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Eradicate strange characters...
[simgrid.git] / src / simdag / sd_link.c
index 2cf0faa..b9b83bb 100644 (file)
@@ -146,12 +146,3 @@ e_SD_link_sharing_policy_t SD_link_get_sharing_policy(SD_link_t link)
 {
   return link->sharing_policy;
 }
-
-
-/* Destroys a link.
- */
-void __SD_link_destroy(void *link)
-{
-  /* link->surf_link is freed by surf_exit and link->data is freed by the user */
-  xbt_free(link);
-}