You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2015/06/03 19:25:33 UTC

[10/50] [abbrv] qpid-proton git commit: PROTON-868: Removed commented out code accidentally committed

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 <as...@apache.org>
Authored: Tue May 12 14:22:54 2015 -0400
Committer: Andrew Stitcher <as...@apache.org>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org