diff options
Diffstat (limited to 'include/lldb/Core/LoadedModuleInfoList.h')
-rw-r--r-- | include/lldb/Core/LoadedModuleInfoList.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/lldb/Core/LoadedModuleInfoList.h b/include/lldb/Core/LoadedModuleInfoList.h index f7f83604fc1a..04e58fcdf313 100644 --- a/include/lldb/Core/LoadedModuleInfoList.h +++ b/include/lldb/Core/LoadedModuleInfoList.h @@ -84,9 +84,6 @@ public: } bool operator==(LoadedModuleInfo const &rhs) const { - if (e_num != rhs.e_num) - return false; - for (size_t i = 0; i < e_num; ++i) { if (m_has[i] != rhs.m_has[i]) return false; |