X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f6d049580efc96bccc8da0710e26c49b3914b63d..5ed37babb2fa9097abe82df299c0aa259ed84d5a:/src/surf/surf_interface.hpp diff --git a/src/surf/surf_interface.hpp b/src/surf/surf_interface.hpp index f40f731a50..2237a67897 100644 --- a/src/surf/surf_interface.hpp +++ b/src/surf/surf_interface.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -75,7 +75,6 @@ static inline int double_equals(double value1, double value2, double precision) */ XBT_PUBLIC void surf_cpu_model_init_Cas01(); -XBT_ATTRIB_DEPRECATED_v337 ("Please use surf_disk_model_init_S19()") XBT_PUBLIC void surf_disk_model_init_default(); XBT_PUBLIC void surf_disk_model_init_S19(); /** @ingroup SURF_models @@ -178,7 +177,6 @@ XBT_PUBLIC void surf_host_model_init_current_default(); * equal share of the model to each action. */ XBT_PUBLIC void surf_host_model_init_ptask_L07(); -XBT_PUBLIC void surf_host_model_init_sio_S22(); /* -------------------- * Model Descriptions