Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill gras_modinter.h.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 22 Nov 2012 15:31:49 +0000 (16:31 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 22 Nov 2012 15:51:54 +0000 (16:51 +0100)
buildtools/Cmake/DefinePackages.cmake
src/gras_modinter.h [deleted file]

index 83ac2b1..0431796 100644 (file)
@@ -127,7 +127,6 @@ endif()
 
 
 set(XBT_SRC
-  src/gras_modinter.h
   src/xbt/RngStream.c
   src/xbt/automaton/automaton.c
   src/xbt/automaton/automatonparse_promela.c
diff --git a/src/gras_modinter.h b/src/gras_modinter.h
deleted file mode 100644 (file)
index cbc2621..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/* gras_modinter.h - How to init/exit the GRAS modules                      */
-
-/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010. The SimGrid Team.
- * All rights reserved.                                                     */
-
-/* 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_MODINTER_H
-#define GRAS_MODINTER_H
-#include <xbt/misc.h>           /* XBT_PUBLIC */
-
-/* modules initialization functions */
-void gras_emul_init(void);
-void gras_emul_exit(void);
-
-void gras_msg_register(void);
-void gras_msg_init(void);
-void gras_msg_exit(void);
-void gras_trp_register(void);
-
-void gras_procdata_init(void);
-void gras_procdata_exit(void);
-
-#endif                          /* GRAS_MODINTER_H */