removed leftover dead code from client_test

This commit is contained in:
Arvid Norberg 2007-12-27 06:23:37 +00:00
parent 904d9bb50b
commit f9e20ed9b1
1 changed files with 0 additions and 3 deletions

View File

@ -1194,9 +1194,6 @@ int main(int ac, char* av[])
std::cout << e.what() << "\n";
}
#ifdef TORRENT_PROFILE
print_checkpoints();
#endif
return 0;
}