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