diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-04-22 01:29:18 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-04-22 01:29:18 +0000 |
commit | bab81b9797808b0d69bef084b919d21f3b3cd4eb (patch) | |
tree | e1ff876773bf84d28743b15a2b15e39c03bbecc8 /llvm/lib/MC/MCDwarf.cpp | |
parent | ea41470726917d9733b19fcf431eb934004dafd0 (diff) | |
download | bcm5719-llvm-bab81b9797808b0d69bef084b919d21f3b3cd4eb.tar.gz bcm5719-llvm-bab81b9797808b0d69bef084b919d21f3b3cd4eb.zip |
Delete the other unused variable in this function. Sorry I missed this
the first time through.
llvm-svn: 129969
Diffstat (limited to 'llvm/lib/MC/MCDwarf.cpp')
-rw-r--r-- | llvm/lib/MC/MCDwarf.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCDwarf.cpp b/llvm/lib/MC/MCDwarf.cpp index b3dcb0be44c..243da6119fa 100644 --- a/llvm/lib/MC/MCDwarf.cpp +++ b/llvm/lib/MC/MCDwarf.cpp @@ -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) { |