mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-21 18:22:53 +01:00
Remove unused variable(s)
This commit is contained in:
parent
cc62cbe131
commit
f813a8ccef
@ -8,7 +8,7 @@ namespace llvm {
|
||||
namespace details {
|
||||
void extensions_anchor() {
|
||||
#define HANDLE_EXTENSION(Ext) \
|
||||
static auto Ext = get##Ext##PluginInfo();
|
||||
get##Ext##PluginInfo();
|
||||
#include "llvm/Support/Extension.def"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user