[llvm-commits] [llvm] r129969 - /llvm/trunk/lib/MC/MCDwarf.cpp
Chandler Carruth
chandlerc at gmail.com
Thu Apr 21 18:29:18 PDT 2011
Author: chandlerc
Date: Thu Apr 21 20:29:18 2011
New Revision: 129969
URL: http://llvm.org/viewvc/llvm-project?rev=129969&view=rev
Log:
Delete the other unused variable in this function. Sorry I missed this
the first time through.
Modified:
llvm/trunk/lib/MC/MCDwarf.cpp
Modified: llvm/trunk/lib/MC/MCDwarf.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCDwarf.cpp?rev=129969&r1=129968&r2=129969&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCDwarf.cpp (original)
+++ llvm/trunk/lib/MC/MCDwarf.cpp Thu Apr 21 20:29:18 2011
@@ -464,7 +464,6 @@
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) {
More information about the llvm-commits
mailing list