IBaz: remove unused function am: dc611e5df9
am: 1035d17739
Change-Id: I7fabbeda5c3e2236d8e661a64466324755740e86
This commit is contained in:
commit
43fa10b2e6
1 changed files with 0 additions and 5 deletions
|
@ -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(";
|
||||
|
|
Loading…
Reference in a new issue