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 <[email protected]> Authored: Thu Jul 23 12:58:12 2015 +0100 Committer: Robert Gemmell <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
