Changeset 634

Show
Ignore:
Timestamp:
24/07/08 00:32:12 (4 months ago)
Author:
markdoliner
Message:

Remove two unused variables

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/util/jid.c

    r629 r634  
    2727/** do stringprep on the pieces */ 
    2828static int jid_prep_pieces(char *node, char *domain, char *resource) { 
    29     char str[1024], *prep; 
    30  
    3129    if(node[0] != '\0') 
    3230        if(stringprep_xmpp_nodeprep(node, 1024) != 0)