diff options
author | 2021-06-04 17:07:59 +0000 | |
---|---|---|
committer | 2021-06-04 17:07:59 +0000 | |
commit | dc246cf8e13def108bb620cc734a622600507bcc (patch) | |
tree | 8230f7b1f20185502ca78ee712569b92a9b4d38c /libs/binder/Stability.cpp | |
parent | 290daf4eb5b73824db902b72427508b679feee46 (diff) | |
parent | ee22bc842bb2362a0bb3a91b49133cefa12daa0b (diff) |
Merge changes Id2c1d0dc,I654fcd2c am: ee22bc842b
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1537303
Change-Id: Ibacc2e2a688c2ee61ee35a1c2ec26c83d2d60d1f
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 601ce96db6..dac381974e 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, }; } |