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

Commit 43f3695e authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "libbinder: remove forward declaration of Value" am: 766c08dc am:...

Merge "libbinder: remove forward declaration of Value" am: 766c08dc am: 75f9ebc5 am: bbcf551a am: 9f05eb4b
am: 47dfce7f

Change-Id: Ida5c209d0e6063df61313a21314ccd3292ce8774
parents 6c2a8b0b 47dfce7f
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: