Removed dead code for the now-removed Thread:kill

This commit is contained in:
Alex Szpakowski
2013-07-08 17:00:47 -03:00
parent 9da1af1e99
commit 9155b7b0ee
6 changed files with 5 additions and 26 deletions
-5
View File
@@ -93,10 +93,5 @@ void Threadable::wait()
owner->wait();
}
void Threadable::kill()
{
owner->kill();
}
} // thread
} // love