mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[NFC] fix missing SectionName declaration
This commit is contained in:
parent
37f75ec7df
commit
82ce5502f2
@ -178,10 +178,8 @@ class PseudoProbeDecoder {
|
||||
/// Points to the end of the buffer.
|
||||
const uint8_t *End = nullptr;
|
||||
|
||||
#ifndef NDEBUG
|
||||
/// SectionName used for debug
|
||||
std::string SectionName;
|
||||
#endif
|
||||
|
||||
// Decoding helper function
|
||||
template <typename T> T readUnencodedNumber();
|
||||
|
Loading…
Reference in New Issue
Block a user