Skip to content

Commit 6f35a6a

Browse files
[ADT] Remove an obsolete forward declaration (NFC) (#156391)
We just removed CastInfoPointerUnionImpl in: commit 2d216a9 Author: Kazu Hirata <[email protected]> Date: Mon Sep 1 08:04:49 2025 -0700 This patch removes the obsolete forward declaration.
1 parent f91e8d5 commit 6f35a6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/include/llvm/ADT/PointerUnion.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ namespace pointer_union_detail {
8888
};
8989
}
9090

91-
// This is a forward declaration of CastInfoPointerUnionImpl
92-
// Refer to its definition below for further details
93-
template <typename... PTs> struct CastInfoPointerUnionImpl;
9491
/// A discriminated union of two or more pointer types, with the discriminator
9592
/// in the low bit of the pointer.
9693
///

0 commit comments

Comments
 (0)