You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2017/03/10 21:21:39 UTC

[3/3] qpid-dispatch git commit: Removed unused reference class

Removed unused reference class


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

Branch: refs/heads/tross-dispatch-646
Commit: cae07871d6899af05c1779d8e31d457b2fe0edff
Parents: 2d664a5
Author: Ted Ross <tr...@redhat.com>
Authored: Fri Mar 10 14:18:39 2017 -0500
Committer: Ted Ross <tr...@redhat.com>
Committed: Fri Mar 10 14:18:39 2017 -0500

----------------------------------------------------------------------
 src/router_core/router_core_private.h | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/cae07871/src/router_core/router_core_private.h
----------------------------------------------------------------------
diff --git a/src/router_core/router_core_private.h b/src/router_core/router_core_private.h
index df505a5..a795beb 100644
--- a/src/router_core/router_core_private.h
+++ b/src/router_core/router_core_private.h
@@ -345,10 +345,9 @@ void qdr_add_delivery_ref(qdr_delivery_ref_list_t *list, qdr_delivery_t *dlv);
 void qdr_del_delivery_ref(qdr_delivery_ref_list_t *list, qdr_delivery_ref_t *ref);
 
 #define QDR_LINK_LIST_CLASS_ADDRESS    0
-#define QDR_LINK_LIST_CLASS_DELIVERY   1
-#define QDR_LINK_LIST_CLASS_WORK       2
-#define QDR_LINK_LIST_CLASS_CONNECTION 3
-#define QDR_LINK_LIST_CLASSES          4
+#define QDR_LINK_LIST_CLASS_WORK       1
+#define QDR_LINK_LIST_CLASS_CONNECTION 2
+#define QDR_LINK_LIST_CLASSES          3
 
 typedef enum {
     QDR_LINK_OPER_UP,


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