Cleaned up and removed unused code.

llvm-svn: 175105
This commit is contained in:
Greg Clayton 2013-02-13 23:09:45 +00:00
parent 7297b864a4
commit c03e3c198a
2 changed files with 58 additions and 1078 deletions

View File

@ -138,18 +138,12 @@ private:
bool
UpdateISAToDescriptorMapFromMemory (RemoteNXMapTable &hash_table);
bool
UpdateISAToDescriptorMapFromDYLDSharedCache ();
bool
UpdateISAToDescriptorMapUsingUtilityFunction_objc_getClassList();
bool
UpdateISAToDescriptorMapDynamic(RemoteNXMapTable &hash_table);
bool
UpdateISAToDescriptorMapDynamic2(RemoteNXMapTable &hash_table);
void
ParseISAHashArray (const lldb_private::DataExtractor &data,
uint32_t num_class_infos);
@ -157,9 +151,6 @@ private:
bool
UpdateISAToDescriptorMapSharedCache ();
bool
UpdateISAToDescriptorMapSharedCache2 ();
lldb::addr_t
GetSharedCacheReadOnlyAddress();