diff options
| author | Steven Moreland <smoreland@google.com> | 2017-03-09 02:06:48 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-03-09 02:06:48 +0000 |
| commit | 43fa10b2e6db34890ffc0b0f5aacb83565048323 (patch) | |
| tree | f3c9b2001001c72f0df2a882282c7ee0b6d56fe2 | |
| parent | 834960b5b6d213299f64e5921401524e50ebbcd9 (diff) | |
| parent | 1035d177390d5a29cebabdf59476048e22b3b857 (diff) | |
| download | android_hardware_interfaces-43fa10b2e6db34890ffc0b0f5aacb83565048323.tar.gz android_hardware_interfaces-43fa10b2e6db34890ffc0b0f5aacb83565048323.tar.bz2 android_hardware_interfaces-43fa10b2e6db34890ffc0b0f5aacb83565048323.zip | |
IBaz: remove unused function am: dc611e5df9
am: 1035d17739
Change-Id: I7fabbeda5c3e2236d8e661a64466324755740e86
| -rw-r--r-- | tests/baz/1.0/default/Baz.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/baz/1.0/default/Baz.cpp b/tests/baz/1.0/default/Baz.cpp index 8e57fa06d..6252fbed8 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<typename T, size_t SIZE> static std::string to_string(const hidl_array<T, SIZE> &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("; |
