From ff5a42276431c6b20edd024b28b448dcff38b846 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 18 May 2011 13:43:50 +0200 Subject: [PATCH] Delete old/unused file. It seems unused since commit 6f94b475ee53a96bbe5739ad0764b82649451f36. --- src/bindings/lua/lua_stub_generator.h | 29 --------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/bindings/lua/lua_stub_generator.h diff --git a/src/bindings/lua/lua_stub_generator.h b/src/bindings/lua/lua_stub_generator.h deleted file mode 100644 index 7d393f2013..0000000000 --- a/src/bindings/lua/lua_stub_generator.h +++ /dev/null @@ -1,29 +0,0 @@ -/* 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. */ - -#ifndef GRAS_STUB_GENERATOR_H -#define GRAS_STUB_GENERATOR_H - -#include "xbt/dynar.h" -#include "xbt/dict.h" -xbt_dict_t process_function_set; -xbt_dynar_t process_list; -xbt_dict_t machine_set; - -typedef struct s_process_t { - int argc; - char **argv; - char *host; -} s_process_t; - -char *warning; - -void s_process_free(void *process); - -/* UNIX files */ -void generate_sim(const char *project); -void generate_rl(const char *project); -void generate_makefile_am(const char *project); -void generate_makefile_local(const char *project); - -#endif -- 2.20.1