diff options
author | 2021-06-04 17:28:21 +0000 | |
---|---|---|
committer | 2021-06-04 17:28:21 +0000 | |
commit | 75f787a119555bce3b3c8bbc27c25f57c97589af (patch) | |
tree | db7d2679ef635a1cc2c7b623fc6afac8dda7c28d /libs/binder/Stability.cpp | |
parent | 8b59261674c0907456fb3953bc727cfe59dc9a71 (diff) | |
parent | dc246cf8e13def108bb620cc734a622600507bcc (diff) |
Merge changes Id2c1d0dc,I654fcd2c am: ee22bc842b am: dc246cf8e1
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1537303
Change-Id: Ifee05e1c82cfc6beebf6b7396ff42d651d8c89ae
Diffstat (limited to 'libs/binder/Stability.cpp')
-rw-r--r-- | libs/binder/Stability.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/binder/Stability.cpp b/libs/binder/Stability.cpp index 3a5575fec5..00b69d527a 100644 --- a/libs/binder/Stability.cpp +++ b/libs/binder/Stability.cpp @@ -33,7 +33,6 @@ constexpr uint8_t kBinderWireFormatVersion = 1; Stability::Category Stability::Category::currentFromLevel(Level level) { return { .version = kBinderWireFormatVersion, - .reserved = {0}, .level = level, }; } |