NO-JIRA: c++: remove incorrect FIXME comment.
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/a7eb04b0 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/a7eb04b0 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/a7eb04b0 Branch: refs/heads/go1 Commit: a7eb04b0be066faec7d323332011767c18a844eb Parents: 1b02f6c Author: Alan Conway <[email protected]> Authored: Tue Nov 10 18:00:01 2015 -0500 Committer: Alan Conway <[email protected]> Committed: Tue Nov 10 18:00:01 2015 -0500 ---------------------------------------------------------------------- proton-c/bindings/cpp/include/proton/value.hpp | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/a7eb04b0/proton-c/bindings/cpp/include/proton/value.hpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/include/proton/value.hpp b/proton-c/bindings/cpp/include/proton/value.hpp index ddc5501..39902dc 100644 --- a/proton-c/bindings/cpp/include/proton/value.hpp +++ b/proton-c/bindings/cpp/include/proton/value.hpp @@ -56,8 +56,6 @@ class value : public comparable<value> { PN_CPP_EXTERN void clear(); PN_CPP_EXTERN bool empty() const; - // FIXME aconway 2015-11-06: rename encode/decode - /** Encoder to encode complex data into this value. Note this clears the value. */ PN_CPP_EXTERN class encoder& encoder(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
