| 241 | } |
| 242 | |
| 243 | dict high_performance_seed_wrapper() |
| 244 | { |
| 245 | settings_pack ret = high_performance_seed(); |
| 246 | return make_dict(ret); |
| 247 | } |
| 248 | |
| 249 | #ifndef BOOST_NO_EXCEPTIONS |
| 250 | #if TORRENT_ABI_VERSION == 1 |
nothing calls this directly
no test coverage detected