From c0e6229d1166c669111b8103d182d712f45ac085 Mon Sep 17 00:00:00 2001 From: jean-noel quintin Date: Tue, 21 Aug 2012 11:46:15 +0100 Subject: [PATCH] [smpi,simix-network] remove a useless function --- src/smpi/smpi_global.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.20.1