aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_pkcs11_high_level.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_pkcs11_high_level.cpp')
-rw-r--r--src/tests/test_pkcs11_high_level.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tests/test_pkcs11_high_level.cpp b/src/tests/test_pkcs11_high_level.cpp
index 5ff092a74..5944a2b1d 100644
--- a/src/tests/test_pkcs11_high_level.cpp
+++ b/src/tests/test_pkcs11_high_level.cpp
@@ -80,9 +80,6 @@ class TestSession
m_session->login(UserType::User, PIN_SECVEC);
}
}
-
- inline Module& module() const { return *m_module; }
- inline Slot& slot() const { return *m_slot; }
inline Session& session() const { return *m_session; }
private: