summaryrefslogtreecommitdiffstats
path: root/AFBClient.h
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-01 13:18:35 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-14 14:04:51 +0200
commit49fe14f956c0bef44c047b7d6fc98412abaedace (patch)
treefd9a6e52d42187fcd9448ffb9ea435d3d7a819a9 /AFBClient.h
parent9128c27958d1475fd13ed625f5f5c0510e8e68bb (diff)
AFBClient: remove call() method
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'AFBClient.h')
-rw-r--r--AFBClient.h3
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;
};