[lldb][NFC] Remove unused 'using ArrayRef' in RegisterValueTest

This commit is contained in:
Raphael Isemann 2021-06-03 11:17:36 +02:00
parent dcd7664f92
commit e149c8e8cc
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
using namespace lldb_private;
using llvm::APInt;
using llvm::ArrayRef;
TEST(RegisterValueTest, GetSet8) {
RegisterValue R8(uint8_t(47));