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

qpid-proton git commit: removed dead code

Repository: qpid-proton
Updated Branches:
  refs/heads/master 5df0bbc2d -> 0b4e9ba54


removed dead code


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

Branch: refs/heads/master
Commit: 0b4e9ba542ffca828e5d1bed6cc53038cdd9946c
Parents: 5df0bbc
Author: Rafael Schloming <rh...@alum.mit.edu>
Authored: Fri Feb 27 19:03:00 2015 -0500
Committer: Rafael Schloming <rh...@alum.mit.edu>
Committed: Mon Mar 9 21:30:52 2015 +1300

----------------------------------------------------------------------
 proton-c/src/engine/engine-internal.h | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0b4e9ba5/proton-c/src/engine/engine-internal.h
----------------------------------------------------------------------
diff --git a/proton-c/src/engine/engine-internal.h b/proton-c/src/engine/engine-internal.h
index c8aece4..e5ec602 100644
--- a/proton-c/src/engine/engine-internal.h
+++ b/proton-c/src/engine/engine-internal.h
@@ -307,8 +307,6 @@ struct pn_delivery_t {
   bool work;
   bool tpwork;
   bool done;
-  bool constructed; // track whether the delivery was explicitly
-                    // constructed or not
   bool referenced;
 };
 


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