Commit 8fa261ce authored by Lei Zhang's avatar Lei Zhang
Browse files

[mlir][spirv] Remove unnecessary friend class declaration

parent e6011968
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
  };