diff options
author | lloyd <[email protected]> | 2009-09-15 17:36:12 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-09-15 17:36:12 +0000 |
commit | 486165fedeb64bce3fce80939451514a21eb6ae4 (patch) | |
tree | 0e8b4c6907c2008c0567c37146ed851af1fe809b /doc | |
parent | 34f9ef45565ed4052b3a50026827c5171a8dad2f (diff) |
Remove some debug code from benchmark example
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/bench.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/examples/bench.cpp b/doc/examples/bench.cpp index 5bb8e27bf..0aedc699d 100644 --- a/doc/examples/bench.cpp +++ b/doc/examples/bench.cpp @@ -70,12 +70,6 @@ int main() Algorithm_Factory& af = global_state().algorithm_factory(); - std::vector<std::string> providers = af.providers_of("Serpent"); - for(size_t i = 0; i != providers.size(); ++i) - std::cout << providers[i].c_str() << "\n"; - - - for(u32bit i = 0; algos[i] != ""; ++i) { std::string algo = algos[i]; |