Skip to content

Commit 3398262

Browse files
Removed Optional flag from this patch.
It will be introduced in a separate PR.
1 parent 5d8be0f commit 3398262

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bolt/include/bolt/Core/Relocation.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ struct Relocation {
5555
/// Used to validate relocation correctness.
5656
uint64_t Value;
5757

58-
/// Relocations added by optimizations can be optional.
59-
bool Optional = false;
60-
6158
/// Return size in bytes of the given relocation \p Type.
6259
static size_t getSizeForType(uint32_t Type);
6360

0 commit comments

Comments
 (0)