forked from OSchip/llvm-project
Remove unused variable(s)
This commit is contained in:
parent
efc17c4bc6
commit
be561fad1e
|
@ -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