commit | 52f8f34377452f8f2bce38b5add360f9dd84c95d | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Tue Jan 29 22:55:21 2019 +0000 |
committer | Zachary Turner <zturner@google.com> | Tue Jan 29 22:55:21 2019 +0000 |
tree | dd88eb6f9f401c21f26cc9415aa926b29e68a6dd | |
parent | 7d2192ca7b9957cbc8968b792a7cfa49acefeaba [diff] [blame] |
Fix some warnings in building LLDB. Differential Revision: https://reviews.llvm.org/D57413 llvm-svn: 352557
diff --git a/lldb/source/Plugins/Language/ObjC/NSArray.cpp b/lldb/source/Plugins/Language/ObjC/NSArray.cpp index 96212cf..9eec28b 100644 --- a/lldb/source/Plugins/Language/ObjC/NSArray.cpp +++ b/lldb/source/Plugins/Language/ObjC/NSArray.cpp
@@ -171,13 +171,8 @@ PtrType _data; uint32_t _offset; uint32_t _size; - union { - PtrType _mutations; - struct { - uint32_t _muts; - uint32_t _used; - }; - }; + uint32_t _muts; + uint32_t _used; }; using NSArrayMSyntheticFrontEnd =