diff options
Diffstat (limited to 'include/llvm/DebugInfo/CodeView/CVRecord.h')
| -rw-r--r-- | include/llvm/DebugInfo/CodeView/CVRecord.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/DebugInfo/CodeView/CVRecord.h b/include/llvm/DebugInfo/CodeView/CVRecord.h index 9dbeb438f4ae..11ca9ff108de 100644 --- a/include/llvm/DebugInfo/CodeView/CVRecord.h +++ b/include/llvm/DebugInfo/CodeView/CVRecord.h @@ -45,13 +45,8 @@ public: return RecordData.drop_front(sizeof(RecordPrefix)); } - Optional<uint32_t> hash() const { return Hash; } - - void setHash(uint32_t Value) { Hash = Value; } - Kind Type; ArrayRef<uint8_t> RecordData; - Optional<uint32_t> Hash; }; template <typename Kind> struct RemappedRecord { |
