aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/policies/testframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'documentapi/src/tests/policies/testframe.h')
-rw-r--r--documentapi/src/tests/policies/testframe.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/documentapi/src/tests/policies/testframe.h b/documentapi/src/tests/policies/testframe.h
index 15ec61aff7b..cc5101905a1 100644
--- a/documentapi/src/tests/policies/testframe.h
+++ b/documentapi/src/tests/policies/testframe.h
@@ -2,7 +2,6 @@
#pragma once
#include <vespa/documentapi/messagebus/documentprotocol.h>
-#include <vespa/documentapi/messagebus/systemstate/systemstatehandle.h>
#include <vespa/messagebus/messagebus.h>
#include <vespa/messagebus/network/identity.h>
#include <vespa/messagebus/network/inetwork.h>
@@ -190,12 +189,6 @@ public:
*/
mbus::Receptor &getReceptor() { return _handler; }
- /**
- * Returns the system state from contained document protocol.
- *
- * @return Handle to the system state.
- */
- documentapi::SystemStateHandle getSystemState();
void handleReply(mbus::Reply::UP reply) override;
};