NO-JIRA: Fix incorrect swig contract. Introduced in f44e7cdabc4fbc1cfde455b2f6cd8d454b1e3c8e.
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0673b55f Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0673b55f Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/0673b55f Branch: refs/heads/master Commit: 0673b55f28b329223eaeea4fa433fdcff9ab03c8 Parents: f44e7cd Author: Alan Conway <acon...@redhat.com> Authored: Wed Apr 27 14:22:46 2016 -0400 Committer: Alan Conway <acon...@redhat.com> Committed: Wed Apr 27 14:22:46 2016 -0400 ---------------------------------------------------------------------- proton-c/include/proton/cproton.i | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0673b55f/proton-c/include/proton/cproton.i ---------------------------------------------------------------------- diff --git a/proton-c/include/proton/cproton.i b/proton-c/include/proton/cproton.i index 95f07af..36153da 100644 --- a/proton-c/include/proton/cproton.i +++ b/proton-c/include/proton/cproton.i @@ -912,12 +912,6 @@ typedef unsigned long int uintptr_t; %include "proton/sasl.h" -%contract pn_messenger(const char *name) -{ - ensure: - name != NULL; -} - %contract pn_messenger_name(pn_messenger_t *messenger) { require: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org