]> AND Public Git Repository - simgrid.git/blobdiff - src/instr/instr_private.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill two unused helper functions.
[simgrid.git] / src / instr / instr_private.hpp
index d85287fa982a6f4bc78d35858b35ddbad9e52aed..7819f951c0968ed426304d02be25fafdff44f9b7 100644 (file)
@@ -14,7 +14,6 @@
 #include "src/instr/instr_paje_events.hpp"
 #include "src/instr/instr_paje_types.hpp"
 #include "src/instr/instr_paje_values.hpp"
-#include "xbt/graph.h"
 
 #include <fstream>
 #include <iomanip> /** std::setprecision **/
@@ -25,8 +24,6 @@
 #include <sstream>
 #include <string>
 
-typedef simgrid::instr::Container* container_t;
-
 namespace simgrid {
 namespace instr {
 namespace paje {
@@ -47,8 +44,6 @@ extern TraceFormat trace_format;
 extern int trace_precision;
 extern double last_timestamp_to_dump;
 
-long long int new_paje_id();
-
 void init();
 void define_callbacks();