diff options
author | lloyd <[email protected]> | 2009-10-07 18:09:59 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-07 18:09:59 +0000 |
commit | cf8cbdce8e918ab8828d3b4feb38cbda83a2de60 (patch) | |
tree | b9663341b02394d484bdd2c19e0e176d4049e43a | |
parent | c3ee539408849fc317b6ada78148cd5cb5ae6399 (diff) |
Remove a dead function
-rw-r--r-- | src/selftest/selftest.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/selftest/selftest.cpp b/src/selftest/selftest.cpp index 26fe0538c..660be36e4 100644 --- a/src/selftest/selftest.cpp +++ b/src/selftest/selftest.cpp @@ -111,15 +111,6 @@ algorithm_kat(const SCAN_Name& algo_name, namespace { - -void do_kat(const std::string& in, const std::string& out, - const std::string& algo_name, Filter* filter) - { - if(!test_filter_kat(filter, in, out)) - throw Self_Test_Failure(algo_name + " startup test"); - } - - void verify_results(const std::string& algo, const std::map<std::string, bool>& results) { |