1
0
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:
wlei 2021-01-13 11:30:09 -08:00
parent 37f75ec7df
commit 82ce5502f2

View File

@ -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();