Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1035d177 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

IBaz: remove unused function

am: dc611e5d

Change-Id: I1c5bd774f9510b68f575de2d4151c1bd138805ce
parents 92cdf326 dc611e5d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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(";