X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cdf6a962eb4e88efbed3df9c41343adabcf09e6c..9a35e3d4e5aed80e7b3fab624547ab045dc00f8a:/src/instr/instr_paje_trace.cpp diff --git a/src/instr/instr_paje_trace.cpp b/src/instr/instr_paje_trace.cpp index 927a8dbfe8..510c59ed80 100644 --- a/src/instr/instr_paje_trace.cpp +++ b/src/instr/instr_paje_trace.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2019. The SimGrid Team. +/* Copyright (c) 2010-2020. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -18,12 +18,6 @@ extern std::ofstream tracing_file; static std::vector buffer; -void dump_comment(const std::string& comment) -{ - if (not comment.empty()) - tracing_file << "# " << comment << std::endl; -} - void dump_comment_file(const std::string& filename) { if (filename.empty())