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

Public GIT Repository
Sonar: replace "switch" statement by an "if".
[simgrid.git] / src / mc / mc_record.hpp
index 698d824819fbfc08cb21ff49eb0a51e493d492fa..af9948263fc069085ad060c0e1d2fa0febb54d87 100644 (file)
@@ -35,12 +35,9 @@ XBT_PRIVATE void dumpRecordPath();
 
 XBT_PRIVATE void replay(RecordTrace const& trace);
 XBT_PRIVATE void replay(const char* trace);
-
 }
 }
 
-SG_BEGIN_DECL()
-
 /** Whether the MC record mode is enabled
  *
  *  The behaviour is not changed. The only real difference is that
@@ -50,6 +47,4 @@ SG_BEGIN_DECL()
 
 // **** Data conversion
 
-SG_END_DECL()
-
 #endif