Removed old thread test code.

This commit is contained in:
rakshasa
2012-02-16 15:08:30 +09:00
parent 4bcf7f4f5e
commit 1b4d8f9626
4 changed files with 2 additions and 31 deletions
-9
View File
@@ -306,17 +306,8 @@ d_multicall(const torrent::Object::list_type& args) {
return resultRaw;
}
torrent::Object
test_thread_locking() {
worker_thread->queue_item(&ThreadWorker::start_log_counter);
return torrent::Object();
}
void
initialize_command_events() {
CMD2_ANY("test.thread_locking", std::bind(&test_thread_locking));
CMD2_ANY_STRING ("on_ratio", std::bind(&apply_on_ratio, std::placeholders::_2));
CMD2_ANY ("start_tied", std::bind(&apply_start_tied));