Fix compiler warning.

This commit is contained in:
Jack Moffitt
2012-02-07 22:57:46 -07:00
parent 801a844e30
commit fc3d025c7f

View File

@@ -72,8 +72,6 @@ xmpp_stanza_t *xmpp_stanza_new(xmpp_ctx_t *ctx)
*/
xmpp_stanza_t *xmpp_stanza_clone(xmpp_stanza_t * const stanza)
{
xmpp_stanza_t *child;
stanza->ref++;
return stanza;