aboutsummaryrefslogtreecommitdiff
path: root/source/opt/types.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/opt/types.cpp')
-rw-r--r--source/opt/types.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/opt/types.cpp b/source/opt/types.cpp
index b1eb3a50..ea4baadb 100644
--- a/source/opt/types.cpp
+++ b/source/opt/types.cpp
@@ -425,7 +425,6 @@ std::string Array::str() const {
void Array::GetExtraHashWords(std::vector<uint32_t>* words,
std::unordered_set<const Type*>* seen) const {
element_type_->GetHashWords(words, seen);
- // This should mirror the logic in IsSameImpl
words->insert(words->end(), length_info_.words.begin(),
length_info_.words.end());
}