Ignore:
Timestamp:
2011-12-06T00:53:26Z (12 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
d7edadf
Parents:
5dc7f90
Message:

oscar: unused-but-set-variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/misc.c

    r5dc7f90 rd18db32f  
    310310{
    311311        aim_frame_t *fr;
    312         aim_snacid_t snacid;
    313312        aim_tlvlist_t *tl = NULL;
    314313
     
    330329                return -ENOMEM;
    331330
    332         snacid = aim_cachesnac(sess, 0x0002, 0x000f, 0x0000, NULL, 0);
     331        aim_cachesnac(sess, 0x0002, 0x000f, 0x0000, NULL, 0);
    333332
    334333        aim_putsnac(&fr->data, 0x0002, 0x000f, 0x0000, 0);
Note: See TracChangeset for help on using the changeset viewer.