X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3ebb95127bac9bc6d8ba66319f1db561e9a5c6c1..99a6dd9c43f2ad2e2f6da980642f5d0f6fc6c779:/src/instr/jedule/jedule.cpp diff --git a/src/instr/jedule/jedule.cpp b/src/instr/jedule/jedule.cpp index a687a255f2..ed3d6e51aa 100644 --- a/src/instr/jedule/jedule.cpp +++ b/src/instr/jedule/jedule.cpp @@ -1,15 +1,9 @@ -/* Copyright (c) 2010-2014. The SimGrid Team. +/* Copyright (c) 2010-2016. 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. */ -#include "simgrid/host.h" - -#include -#include -#include - #include "xbt/asserts.h" #include "simgrid/jedule/jedule.hpp" @@ -32,14 +26,8 @@ void Jedule::addMetaInfo(char *key, char *value) { this->meta_info.insert({key, value}); } -void Jedule::cleanupOutput() { - for (auto evt: this->event_set) - delete evt; - this->event_set.clear(); -} void Jedule::writeOutput(FILE *file) { if (!this->event_set.empty()){ - fprintf(file, "\n"); if (!this->meta_info.empty()){