mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Remove variable store that is never read.
llvm-svn: 180013
This commit is contained in:
parent
8adaf54376
commit
65e2f0c4cb
@ -212,7 +212,6 @@ DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data,
|
||||
uint32_t *offset_ptr, const DWARFCompileUnit *cu) {
|
||||
bool indirect = false;
|
||||
do {
|
||||
indirect = false;
|
||||
switch (form) {
|
||||
// Blocks if inlined data that have a length field and the data bytes
|
||||
// inlined in the .debug_info
|
||||
|
Loading…
x
Reference in New Issue
Block a user