From: Arnaud Giersch Date: Thu, 22 Nov 2012 15:31:49 +0000 (+0100) Subject: Kill gras_modinter.h. X-Git-Tag: v3_9_rc1~91^2~47^2~33 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5b809ac73519352e036ea9f100bd804ccc897b5b?ds=sidebyside Kill gras_modinter.h. --- diff --git a/buildtools/Cmake/DefinePackages.cmake b/buildtools/Cmake/DefinePackages.cmake index 83ac2b1479..04317968f9 100644 --- a/buildtools/Cmake/DefinePackages.cmake +++ b/buildtools/Cmake/DefinePackages.cmake @@ -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 index cbc2621c10..0000000000 --- a/src/gras_modinter.h +++ /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_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 */