Delete the other unused variable in this function. Sorry I missed this
authorChandler Carruth <chandlerc@gmail.com>
Fri, 22 Apr 2011 01:29:18 +0000 (01:29 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 22 Apr 2011 01:29:18 +0000 (01:29 +0000)
the first time through.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129969 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCDwarf.cpp

index b3dcb0be44c807a0d96b743661941c6f4144685a..243da6119fae9a7dd99c38a4449555c1f3ee5a85 100644 (file)
@@ -464,7 +464,6 @@ static unsigned getSizeForEncoding(MCStreamer &streamer,
 
 static void EmitSymbol(MCStreamer &streamer, const MCSymbol &symbol,
                        unsigned symbolEncoding) {
-  MCContext &context = streamer.getContext();
   unsigned size = getSizeForEncoding(streamer, symbolEncoding);
   unsigned application = symbolEncoding & 0x70;
   switch (application) {