forked from OSchip/llvm-project
parent
22b692f219
commit
b56a80061a
|
@ -875,9 +875,6 @@ void DIE::AddChild(DIE *Child) {
|
|||
DIE *DWContext::NewBasicType(const Type *Ty, unsigned Size, unsigned Align) {
|
||||
DIE *TypeDie = Types[Ty];
|
||||
|
||||
char *Name;
|
||||
unsigned Encoding;
|
||||
|
||||
// If first occurance of type.
|
||||
if (!TypeDie) {
|
||||
const char *Name;
|
||||
|
|
Loading…
Reference in New Issue