PROTON-868: Removed commented out code accidentally committed
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/57f82738 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/57f82738 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/57f82738 Branch: refs/heads/cjansen-cpp-client Commit: 57f82738ed1c0cc54ffd2cb61e4cf651fb780ae6 Parents: 0edb24d Author: Andrew Stitcher <[email protected]> Authored: Tue May 12 14:22:54 2015 -0400 Committer: Andrew Stitcher <[email protected]> Committed: Tue May 12 14:22:54 2015 -0400 ---------------------------------------------------------------------- proton-c/src/sasl/none_sasl.c | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/57f82738/proton-c/src/sasl/none_sasl.c ---------------------------------------------------------------------- diff --git a/proton-c/src/sasl/none_sasl.c b/proton-c/src/sasl/none_sasl.c index 15d8476..663c3a1 100644 --- a/proton-c/src/sasl/none_sasl.c +++ b/proton-c/src/sasl/none_sasl.c @@ -23,17 +23,6 @@ #include "engine/engine-internal.h" -#if 0 -// TODO: skeleton to produce PLAIN init frame -void pn_sasl_plain(pni_sasl_t *sasl, const char *username, const char *password) -{ - if (!sasl) return; - - const char *user = username ? username : ""; - const char *pass = password ? password : ""; - -} -#endif static const char ANONYMOUS[] = "ANONYMOUS"; static const char PLAIN[] = "PLAIN"; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
