projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32bd250
)
Delete the other unused variable in this function. Sorry I missed this
author
Chandler Carruth
<chandlerc@gmail.com>
Fri, 22 Apr 2011 01:29:18 +0000
(
01:29
+0000)
committer
Chandler 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
patch
|
blob
|
history
diff --git
a/lib/MC/MCDwarf.cpp
b/lib/MC/MCDwarf.cpp
index b3dcb0be44c807a0d96b743661941c6f4144685a..243da6119fae9a7dd99c38a4449555c1f3ee5a85 100644
(file)
--- 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) {