aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/policies/testframe.h
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-04-16 15:39:21 +0200
committerHenning Baldersheim <balder@oath.com>2018-04-16 15:39:21 +0200
commit382951509d1f3b054d9241ef98d1c5a6eac3834c (patch)
tree41850ad8bb5c7251fd7a98ea6ba65ce9773d5cbd /documentapi/src/tests/policies/testframe.h
parent49d2314efda87f61fd37665ebeac766b06a731fa (diff)
Remove unused systemstate
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;
};