Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv
[simgrid.git] / src / xbt / core_interface.h
diff --git a/src/xbt/core_interface.h b/src/xbt/core_interface.h
deleted file mode 100644 (file)
index 4fedcd2..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/* $Id$ */
-
-/* core - very basic functionnalities of GRAS (logs, data container, ...)   */
-
-/* module's public interface exported within GRAS, but not to end user.     */
-
-/* Authors: Martin Quinson                                                  */
-/* Copyright (C) 2004 Martin Quinson.                                       */
-
-/* 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_CORE_INTERFACE_H
-#define GRAS_CORE_INTERFACE_H
-
-/* Modules definitions */
-void gras_log_exit(void);
-
-#endif /* GRAS_CORE_INTERFACE_H */