Remove unused variable(s)

This commit is contained in:
David Blaikie 2020-09-08 16:12:46 -07:00
parent efc17c4bc6
commit be561fad1e
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
}