X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/01bcdf570c06d71a9a6daa471733915fef91bb1f..9e4119834aac41934ea92555a4c5440a3d3cc97e:/src/smpi/smpi_global.c diff --git a/src/smpi/smpi_global.c b/src/smpi/smpi_global.c index 4ee0b812e9..bc190bad63 100644 --- a/src/smpi/smpi_global.c +++ b/src/smpi/smpi_global.c @@ -286,7 +286,6 @@ void smpi_global_destroy(void) /* Fortran specific stuff */ /* With smpicc, the following weak symbols are used */ /* With smpiff, the following weak symbols are replaced by those in libf2c */ - int __attribute__((weak)) xargc; char** __attribute__((weak)) xargv;