From: Davide Italiano Date: Wed, 11 Apr 2018 17:53:02 +0000 (+0000) Subject: [Target] Remove dead/commented out code. NFC. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=082c76e1bfa56a985a5d684d5b4c67212bd804ce;p=platform%2Fupstream%2Fllvm.git [Target] Remove dead/commented out code. NFC. Some spring cleaning before I touch this file more extensively. llvm-svn: 329831 --- diff --git a/lldb/include/lldb/Target/Target.h b/lldb/include/lldb/Target/Target.h index bc41765..79eef53 100644 --- a/lldb/include/lldb/Target/Target.h +++ b/lldb/include/lldb/Target/Target.h @@ -102,9 +102,6 @@ public: const char *GetDisassemblyFlavor() const; - // void - // SetDisassemblyFlavor(const char *flavor); - InlineStrategy GetInlineStrategy() const; llvm::StringRef GetArg0() const; @@ -489,9 +486,6 @@ public: static void SetDefaultArchitecture(const ArchSpec &arch); - // void - // UpdateInstanceName (); - lldb::ModuleSP GetSharedModule(const ModuleSpec &module_spec, Status *error_ptr = nullptr); @@ -992,13 +986,6 @@ public: return m_section_load_history.GetCurrentSectionLoadList(); } - // const SectionLoadList& - // GetSectionLoadList() const - // { - // return const_cast(&m_section_load_history)->GetCurrentSectionLoadList(); - // } - static Target *GetTargetFromContexts(const ExecutionContext *exe_ctx_ptr, const SymbolContext *sc_ptr); @@ -1172,9 +1159,6 @@ public: bool GetSuppressStopHooks() { return m_suppress_stop_hooks; } - // StopHookSP & - // GetStopHookByIndex (size_t index); - // bool RemoveStopHookByID(lldb::user_id_t uid); void RemoveAllStopHooks();