[mlir][spirv] Remove unnecessary friend class declaration
authorLei Zhang <antiagainst@google.com>
Fri, 13 Mar 2020 02:52:16 +0000 (22:52 -0400)
committerLei Zhang <antiagainst@google.com>
Fri, 13 Mar 2020 02:55:02 +0000 (22:55 -0400)
mlir/include/mlir/Dialect/SPIRV/SPIRVTypes.h

index fa9e940..385e79a 100644 (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;
   };