Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove defintion of msg_as_t, deprecated a long time ago.
[simgrid.git] / include / simgrid / msg.h
index 328ab23..b3f49b0 100644 (file)
@@ -70,8 +70,6 @@ typedef enum {
 } msg_error_t;
 
 /* *************************** Network Zones ******************************** */
-#define msg_as_t msg_netzone_t /* portability macro */
-
 typedef sg_netzone_t msg_netzone_t;
 
 XBT_PUBLIC msg_netzone_t MSG_zone_get_root();