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 | add294455944cd3f545a04692525c3dc4bfc5894 (patch) | |
tree | dcfc8b1d2bc25c40b88542ca478468ccf9646d9b /lib | |
parent | 32bd250d304cea9040f45ce1e8d289c69341e656 (diff) |
Delete the other unused variable in this function. Sorry I missed this
the first time through.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129969 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/MC/MCDwarf.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MC/MCDwarf.cpp b/lib/MC/MCDwarf.cpp index b3dcb0be44..243da6119f 100644 --- a/lib/MC/MCDwarf.cpp +++ b/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) { |