[SystemZ] Remove redundant declaration SystemZMnemonicSpellCheck (NFC)
authorKazu Hirata <kazu@google.com>
Tue, 28 Sep 2021 15:38:05 +0000 (08:38 -0700)
committerKazu Hirata <kazu@google.com>
Tue, 28 Sep 2021 15:38:05 +0000 (08:38 -0700)
commit9e4f1f926552ac061c79e420933ff9104ceefb87
tree2be17eea7b622e9f86ac15892190f57b66834389
parentc93da7d9cf161ffda2366a96eb060c3b824cb549
[SystemZ] Remove redundant declaration SystemZMnemonicSpellCheck (NFC)

Note that SystemZMnemonicSpellCheck is defined in
SystemZGenAsmMatcher.inc, which SystemZAsmParser.cpp includes.

Identified with readability-redundant-declaration.
llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp