[Process/Utility] Remove dead code. NFCI.

llvm-svn: 300373
This commit is contained in:
Davide Italiano 2017-04-14 22:04:05 +00:00
parent b90bee044b
commit 6462def06d
1 changed files with 0 additions and 5 deletions

View File

@ -67,11 +67,6 @@ struct UserArea {
#include "RegisterInfos_x86_64.h"
#undef DECLARE_REGISTER_INFOS_X86_64_STRUCT
static std::vector<lldb_private::RegisterInfo> &GetSharedRegisterInfoVector() {
static std::vector<lldb_private::RegisterInfo> register_infos;
return register_infos;
}
static const RegisterInfo *
PrivateGetRegisterInfoPtr(const lldb_private::ArchSpec &target_arch) {
switch (target_arch.GetMachine()) {