X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8a98063fe12e80a332a2f48d4b060815b7ae1efc..bf3214f060ff7f2548d7f0fa2569f03fe3e58441:/src/gras/DataDesc/cbps.c?ds=sidebyside diff --git a/src/gras/DataDesc/cbps.c b/src/gras/DataDesc/cbps.c index 7d56033604..376a29dd25 100644 --- a/src/gras/DataDesc/cbps.c +++ b/src/gras/DataDesc/cbps.c @@ -315,9 +315,7 @@ gras_cbps_i_pop(gras_cbps_t ps) { * Used by \ref gras_datadesc_ref_pop_arr */ int gras_datadesc_cb_pop(gras_datadesc_type_t ignored, gras_cbps_t vars, void *data) { - int res = gras_cbps_i_pop(vars); - DEBUG1("Pop %d as a size",res); - return res; + return gras_cbps_i_pop(vars); } /* ************************* */