Repository: qpid-proton
Updated Branches:
  refs/heads/master 5a5668084 -> 4cddf1f44


PROTON-1920: Comment out a deprecation warning that we're not ready to enable 
yet


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f19f660d
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/f19f660d
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/f19f660d

Branch: refs/heads/master
Commit: f19f660d5de107a2ba5eed0d4afbca198684ec1b
Parents: 5a56680
Author: Justin Ross <jr...@apache.org>
Authored: Tue Aug 28 16:48:13 2018 -0700
Committer: Justin Ross <jr...@apache.org>
Committed: Tue Aug 28 16:48:13 2018 -0700

----------------------------------------------------------------------
 c/include/proton/session.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f19f660d/c/include/proton/session.h
----------------------------------------------------------------------
diff --git a/c/include/proton/session.h b/c/include/proton/session.h
index f375228..d9118ac 100644
--- a/c/include/proton/session.h
+++ b/c/include/proton/session.h
@@ -121,7 +121,7 @@ PN_EXTERN pn_state_t pn_session_state(pn_session_t 
*session);
  * @param[in] session the session object
  * @return the session's error object
  */
-PN_DEPRECATED("Use pn_session_condition")
+/* PN_DEPRECATED("Use pn_session_condition") */
 PN_EXTERN pn_error_t *pn_session_error(pn_session_t *session);
 
 /**


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to