mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 08:28:19 +00:00
Delete the other unused variable in this function. Sorry I missed this
the first time through. llvm-svn: 129969
This commit is contained in:
parent
a0a38b7d6e
commit
d09040ad66
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user