C++: Fixup after rebase

This commit is contained in:
Dave Bartolomeo
2019-08-22 11:36:15 -07:00
parent 8a9528b1a8
commit a84a7e8c8a
2 changed files with 7 additions and 9 deletions

View File

@@ -1055,8 +1055,6 @@ class GNUVectorType extends DerivedType {
GNUVectorType() { derivedtypes(underlyingElement(this),_,5,_) }
override string getCanonicalQLClass() { result = "GNUVectorType" }
/**
* Get the number of elements in this vector type.
*