remove unused variables

This commit is contained in:
Mitchell Livingston
2007-10-12 21:36:01 +00:00
parent 2f17b922a9
commit 045c31018b
5 changed files with 3 additions and 5 deletions

View File

@@ -3044,7 +3044,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
{
NSEnumerator * enumerator;
Torrent * torrent;
BOOL active, allowSleep;
BOOL allowSleep;
switch (messageType)
{