1
0
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:
David Blaikie 2020-09-08 16:12:46 -07:00
parent cc62cbe131
commit f813a8ccef

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