diff options
author | 2017-09-01 13:18:35 +0200 | |
---|---|---|
committer | 2017-09-14 14:04:51 +0200 | |
commit | 49fe14f956c0bef44c047b7d6fc98412abaedace (patch) | |
tree | fd9a6e52d42187fcd9448ffb9ea435d3d7a819a9 /AFBClient.h | |
parent | 9128c27958d1475fd13ed625f5f5c0510e8e68bb (diff) |
AFBClient: remove call() method
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'AFBClient.h')
-rw-r--r-- | AFBClient.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/AFBClient.h b/AFBClient.h index c6da6f7..6625c44 100644 --- a/AFBClient.h +++ b/AFBClient.h @@ -43,9 +43,6 @@ public: std::function<void(char const *label)> f); private: - int call(const char *verb, json_object *object, - std::function<void(bool ok, json_object*)> onReply); - struct afb_wsj1 *wsj1; struct sd_event *loop; }; |