[mlir][spirv] Remove unnecessary friend class declaration

This commit is contained in:
Lei Zhang 2020-03-12 22:52:16 -04:00
parent e601196833
commit 8fa261ced1

View File

@ -288,9 +288,6 @@ public:
return object[index];
}
/// Allow StructType class access to constructors.
friend class ElementTypeRange;
/// Allow base class access to `offset_base` and `dereference_iterator`.
friend RangeBaseT;
};