mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 03:25:23 +00:00
Remove unused variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25576 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -875,9 +875,6 @@ void DIE::AddChild(DIE *Child) {
|
|||||||
DIE *DWContext::NewBasicType(const Type *Ty, unsigned Size, unsigned Align) {
|
DIE *DWContext::NewBasicType(const Type *Ty, unsigned Size, unsigned Align) {
|
||||||
DIE *TypeDie = Types[Ty];
|
DIE *TypeDie = Types[Ty];
|
||||||
|
|
||||||
char *Name;
|
|
||||||
unsigned Encoding;
|
|
||||||
|
|
||||||
// If first occurance of type.
|
// If first occurance of type.
|
||||||
if (!TypeDie) {
|
if (!TypeDie) {
|
||||||
const char *Name;
|
const char *Name;
|
||||||
|
Reference in New Issue
Block a user