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

Commit f60d9574 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: remove forward declaration of Value

Since it no longer exists.

Bug: N/A
Test: N/A
Change-Id: I0bda42994b9c9f10bcdadb461766b5180db5e768
parent 0bc23613
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@ using android::NO_ERROR;
using android::Parcel;
using android::status_t;
using android::UNEXPECTED_NULL;
using namespace ::android::binder;

namespace android {

+0 −4
Original line number Diff line number Diff line
@@ -45,10 +45,6 @@ class ProcessState;
class String8;
class TextOutput;

namespace binder {
class Value;
};

class Parcel {
    friend class IPCThreadState;
public: