You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2015/07/23 14:06:13 UTC

[10/10] qpid-proton git commit: PROTON-954: remove unused private constants

PROTON-954: remove unused private constants


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

Branch: refs/heads/master
Commit: d37ce253842cdd95e5e8d4e3dbab9103763b0670
Parents: 474d723
Author: Robert Gemmell <ro...@apache.org>
Authored: Thu Jul 23 12:58:12 2015 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Thu Jul 23 12:58:12 2015 +0100

----------------------------------------------------------------------
 .../java/org/apache/qpid/proton/engine/impl/DeliveryImpl.java  | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d37ce253/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/DeliveryImpl.java
----------------------------------------------------------------------
diff --git a/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/DeliveryImpl.java b/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/DeliveryImpl.java
index 896d8a9..df35d0b 100644
--- a/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/DeliveryImpl.java
+++ b/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/DeliveryImpl.java
@@ -51,12 +51,6 @@ public class DeliveryImpl implements Delivery
     private DeliveryState _remoteDeliveryState;
     private DeliveryState _defaultDeliveryState = null;
 
-    private static final int DELIVERY_STATE_CHANGED = 1;
-    private static final int ABLE_TO_SEND = 2;
-    private static final int IO_WORK = 4;
-    private static final int DELIVERY_SETTLED = 8;
-
-
     /**
      * A bit-mask representing the outstanding work on this delivery received from the transport layer
      * that has not yet been processed by the application.


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