[llvm-exegesis][NFC] Remove dead function.

llvm-svn: 332597
This commit is contained in:
Clement Courbet 2018-05-17 11:51:49 +00:00
parent ae128b2dc3
commit 3bbdea4a44

View File

@ -35,11 +35,6 @@ protected:
}
}
void RunIfSupported(const ExecutableFunction &Function) const {
if (CanExecute)
Function();
}
template <class... Bs> inline void Check(llvm::MCInst MCInst, Bs... Bytes) {
ExecutableFunction Function = (MCInst.getOpcode() == 0)
? assembleToFunction({})