forked from OSchip/llvm-project
[PlatformMacOSX] Remove unused variable. NFC.
This commit is contained in:
parent
574713c307
commit
b1a6d373d5
|
@ -79,8 +79,6 @@ public:
|
|||
private:
|
||||
PlatformMacOSX(const PlatformMacOSX &) = delete;
|
||||
const PlatformMacOSX &operator=(const PlatformMacOSX &) = delete;
|
||||
|
||||
int m_num_arches = 0;
|
||||
};
|
||||
|
||||
#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMMACOSX_H
|
||||
|
|
Loading…
Reference in New Issue