summaryrefslogtreecommitdiff
path: root/src/components/include/test/resumption/mock_last_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/test/resumption/mock_last_state.h')
-rw-r--r--src/components/include/test/resumption/mock_last_state.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/include/test/resumption/mock_last_state.h b/src/components/include/test/resumption/mock_last_state.h
index 99c3799a95..c646dcd286 100644
--- a/src/components/include/test/resumption/mock_last_state.h
+++ b/src/components/include/test/resumption/mock_last_state.h
@@ -43,10 +43,6 @@ namespace resumption_test {
class MockLastState : public resumption::LastState {
public:
- DEPRECATED
- MOCK_METHOD0(SaveStateToFileSystem, void());
- DEPRECATED
- MOCK_METHOD0(get_dictionary, Json::Value&());
MOCK_METHOD0(SaveToFileSystem, void());
MOCK_METHOD0(RemoveFromFileSystem, void());
MOCK_CONST_METHOD0(dictionary, Json::Value());