Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete unused variable.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 18 May 2011 11:52:24 +0000 (13:52 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 18 May 2011 14:40:29 +0000 (16:40 +0200)
src/bindings/lua/lua_stub_generator.c
src/bindings/lua/simgrid_lua.h

index acffa3e..87e2c8c 100644 (file)
@@ -24,8 +24,6 @@
 #define MAKEFILE_FILENAME_REMOTE  "%s.Makefile.remote"
 #define DEPLOYMENT  "%s.deploy.sh"
 
-char *warning = NULL;
-
 /**********************************************/
 /**** Generate the file for the simulator *****/
 /**********************************************/
index 9a56e3f..56aa8ed 100644 (file)
@@ -33,8 +33,6 @@ typedef struct s_process_t {
   char *host;
 } s_process_t;
 
-char *warning;
-
 void s_process_free(void *process);
 
 /* UNIX files */