From feb4eac3c90cf6474d5a2a9e15cf4108c9bcd48d Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 4 Jul 2018 16:01:17 +0200 Subject: [PATCH] Remove redundant access specifier. --- src/mc/sosp/PageStore_test.cpp | 2 +- src/mc/sosp/mc_snapshot_test.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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; }; -- 2.20.1