Skip to content

Commit

Permalink
[mlir][spirv] Remove unnecessary friend class declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
antiagainst committed Mar 13, 2020
1 parent e601196 commit 8fa261c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mlir/include/mlir/Dialect/SPIRV/SPIRVTypes.h
Expand Up @@ -288,9 +288,6 @@ class StructType : public Type::TypeBase<StructType, CompositeType,
return object[index];
}

/// Allow StructType class access to constructors.
friend class ElementTypeRange;

/// Allow base class access to `offset_base` and `dereference_iterator`.
friend RangeBaseT;
};
Expand Down

0 comments on commit 8fa261c

Please sign in to comment.