From dc611e5df9f8a04d772872a818fe07a2bdbd6115 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Wed, 8 Mar 2017 15:55:57 -0800 Subject: [PATCH] IBaz: remove unused function Test: pass Change-Id: I5bc806b4780cfadd9f0c35df60c43203c90d7244 --- tests/baz/1.0/default/Baz.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/baz/1.0/default/Baz.cpp b/tests/baz/1.0/default/Baz.cpp index 8e57fa06da..6252fbed8a 100644 --- a/tests/baz/1.0/default/Baz.cpp +++ b/tests/baz/1.0/default/Baz.cpp @@ -33,7 +33,6 @@ static std::string to_string(const IBaz::Foo &foo); static std::string to_string(const hidl_string &s); static std::string to_string(bool x); static std::string to_string(const IBaz::StringMatrix5x3 &M); -static std::string to_string(const IBaz::StringMatrix3x5 &M); template static std::string to_string(const hidl_array &array); @@ -145,10 +144,6 @@ static std::string to_string(const IBaz::StringMatrix5x3 &M) { return to_string(M.s); } -static std::string to_string(const IBaz::StringMatrix3x5 &M) { - return to_string(M.s); -} - static std::string VectorOfArray_to_string(const IBaz::VectorOfArray &in) { std::string out; out += "VectorOfArray(";