[NetBSD] Remove dead code.

PR:		http://reviews.llvm.org/D16818
llvm-svn: 259686
This commit is contained in:
Davide Italiano 2016-02-03 20:13:50 +00:00
parent ac96dd3335
commit f5935a0abc
1 changed files with 0 additions and 7 deletions

View File

@ -305,13 +305,6 @@ g_register_infos_x86_64[] =
// End of cherry-pick of RegisterInfos_x86_64.h
//---------------------------------------------------------------------------
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)
{