mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-28 16:11:29 +00:00
[llvm-exegesis][NFC] Remove dead function.
llvm-svn: 332597
This commit is contained in:
parent
ae128b2dc3
commit
3bbdea4a44
@ -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({})
|
||||
|
Loading…
Reference in New Issue
Block a user