Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no need to store a netpoint_ there
[simgrid.git] / src / instr / instr_paje_trace.cpp
index 927a8dbfe86b774caba1b27c0cdfbc94a6b40610..510c59ed80301f7091a400f1b7a2b9473fd881ad 100644 (file)
@@ -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<simgrid::instr::PajeEvent*> 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())