From: Arnaud Giersch Date: Wed, 4 Jul 2018 14:01:17 +0000 (+0200) Subject: Remove redundant access specifier. X-Git-Tag: v3_21~490 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/feb4eac3c90cf6474d5a2a9e15cf4108c9bcd48d?hp=5d54bb6496d427fbc8287da8eeecc600a5f7ce15 Remove redundant access specifier. --- diff --git a/src/mc/sosp/PageStore_test.cpp b/src/mc/sosp/PageStore_test.cpp index 9f93fb7d94..3a84d548c7 100644 --- a/src/mc/sosp/PageStore_test.cpp +++ b/src/mc/sosp/PageStore_test.cpp @@ -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(); diff --git a/src/mc/sosp/mc_snapshot_test.cpp b/src/mc/sosp/mc_snapshot_test.cpp index b3dfa2ff7b..aa585dc4f6 100644 --- a/src/mc/sosp/mc_snapshot_test.cpp +++ b/src/mc/sosp/mc_snapshot_test.cpp @@ -44,7 +44,6 @@ public: mc_model_checker = nullptr; } -public: static bool sparse_checkpoint; static std::unique_ptr process; };