Changeset 42a0607 in mainline


Ignore:
Timestamp:
2008-08-30T15:15:48Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bf29fe5
Parents:
0c4f46a
Message:

main() - remove unused variable i

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/scli.c

    r0c4f46a r42a0607  
    8484{
    8585        int ret = 0;
    86         int i = 0;
    8786
    8887        if (cli_init(&usr))
     
    9897                        usr.lasterr = ret;
    9998                }
    100                 i++;
    10199        }
    102100        goto finit;
Note: See TracChangeset for help on using the changeset viewer.