Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove redundant access specifier.
[simgrid.git] / src / mc / sosp / PageStore_test.cpp
index 9f93fb7..3a84d54 100644 (file)
@@ -32,7 +32,7 @@ public:
   static size_t pageno[4];
   static int value;
 
-public: // member functions used by the test suite(s)
+  // member functions used by the test suite(s)
   static void Init();
   static void store_page_once();
   static void store_same_page();