mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
Delete dead code. NFC.
llvm-svn: 221770
This commit is contained in:
parent
96b68de282
commit
43cd3ca386
@ -230,12 +230,6 @@ public:
|
||||
static_cast<uint64_t>(pos - 1));
|
||||
}
|
||||
|
||||
uint32_t getWord(size_t pos) {
|
||||
uint8_t buf[4] = { 0xFF, 0xFF, 0xFF, 0xFF };
|
||||
BitStream->getBitcodeBytes().readBytes(pos, sizeof(buf), buf);
|
||||
return *reinterpret_cast<support::ulittle32_t *>(buf);
|
||||
}
|
||||
|
||||
bool AtEndOfStream() {
|
||||
return BitsInCurWord == 0 && isEndPos(NextChar);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user