From 3bc172a61f1518a2a9cd4c795e6467c80d8f703d Mon Sep 17 00:00:00 2001 From: Martin Ling Date: Mon, 1 Sep 2014 16:41:21 +0100 Subject: [PATCH] C++: Remove erroneous stray method. --- bindings/cxx/include/libsigrok/libsigrok.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/cxx/include/libsigrok/libsigrok.hpp b/bindings/cxx/include/libsigrok/libsigrok.hpp index 8c8b5549..35b3d441 100644 --- a/bindings/cxx/include/libsigrok/libsigrok.hpp +++ b/bindings/cxx/include/libsigrok/libsigrok.hpp @@ -773,7 +773,6 @@ public: protected: Input(shared_ptr context, const struct sr_input *structure); ~Input(); - shared_ptr get_shared_from_this(); const struct sr_input *structure; shared_ptr context; InputDevice *device;