Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
objectify jedule
[simgrid.git] / include / simgrid / jedule / jedule_output.h
diff --git a/include/simgrid/jedule/jedule_output.h b/include/simgrid/jedule/jedule_output.h
deleted file mode 100644 (file)
index 6b50c76..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Copyright (c) 2010-2012, 2014-2015. 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 JEDULE_OUTPUT_H_
-#define JEDULE_OUTPUT_H_
-
-#include <stdio.h>
-#include "simgrid_config.h"
-#include "jedule_events.h"
-#include "jedule_platform.h"
-
-#if HAVE_JEDULE
-SG_BEGIN_DECL()
-
-extern xbt_dynar_t jedule_event_list;
-void jedule_init_output(void);
-void jedule_cleanup_output(void);
-void jedule_store_event(jed_event_t event);
-void write_jedule_output(FILE *file, jedule_t jedule, xbt_dynar_t event_list, xbt_dict_t meta_info_dict);
-
-SG_END_DECL()
-#endif
-
-#endif /* JEDULE_OUTPUT_H_ */