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 2013/09/27 13:54:18 UTC

svn commit: r1526860 - /qpid/proton/trunk/proton-c/include/proton/codec.h

Author: rhs
Date: Fri Sep 27 11:54:17 2013
New Revision: 1526860

URL: http://svn.apache.org/r1526860
Log:
removed unused union field

Modified:
    qpid/proton/trunk/proton-c/include/proton/codec.h

Modified: qpid/proton/trunk/proton-c/include/proton/codec.h
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/include/proton/codec.h?rev=1526860&r1=1526859&r2=1526860&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/include/proton/codec.h (original)
+++ qpid/proton/trunk/proton-c/include/proton/codec.h Fri Sep 27 11:54:17 2013
@@ -88,7 +88,6 @@ typedef struct {
     pn_decimal128_t as_decimal128;
     pn_uuid_t as_uuid;
     pn_bytes_t as_bytes;
-    size_t as_count;
   } u;
 } pn_atom_t;
 



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