Remove some unused private fields from the AArch64MCCodeEmitter. These
authorChandler Carruth <chandlerc@gmail.com>
Tue, 19 Feb 2013 02:08:14 +0000 (02:08 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 19 Feb 2013 02:08:14 +0000 (02:08 +0000)
commit2878b7d7ab8dc4bf424690b58088e0b7d3ada49f
tree869769f63bfb5546750abfd1a1642de3fbca03f7
parentdf8a668e3f694abcbe55224050f2c2f242b24e1e
Remove some unused private fields from the AArch64MCCodeEmitter. These
fields were only ever set in the constructor. The create method retains
its consistent interface so that these bits can be re-threaded through
the emitter if they're ever needed.

This was found by the -Wunused-private-field Clang warning.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175482 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp