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

Public GIT Repository
Merge branch 'master' of github.com:mquinson/simgrid
[simgrid.git] / src / mc / PageStore.cpp
index 3289157eb9dbc9bbda165104647b7095c691f34e..9b196b8cde2ed4459b36531910da76b3449a617d 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "src/mc/mc_mmu.h"
 
-extern "C" {
-
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_page_snapshot, mc,
                                 "Logging specific to mc_page_snapshot");
 
@@ -230,5 +228,3 @@ XBT_TEST_UNIT("base", test_mc_page_store, "Test adding/removing pages in the sto
 }
 
 #endif /* SIMGRID_TEST */
-
-}