[PlatformMacOSX] Remove unused variable. NFC.

This commit is contained in:
Davide Italiano 2020-07-20 14:50:36 -07:00
parent 574713c307
commit b1a6d373d5
1 changed files with 0 additions and 2 deletions

View File

@ -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