Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[config] Move aliases outside of the main option dict
[simgrid.git] / include / xbt / config.h
index f0b8a40..fdbfb46 100644 (file)
@@ -126,7 +126,6 @@ typedef enum {
   xbt_cfgelm_double,                     /**< double */
   xbt_cfgelm_string,                    /**< char* */
   xbt_cfgelm_boolean,                   /**< int */
-  xbt_cfgelm_alias,    /**< redirection from a deprecated name to a better one */
   //! @cond
   xbt_cfgelm_any,               /* not shown to users to prevent errors */
   xbt_cfgelm_type_count