diff options
-rw-r--r-- | lldb/source/Host/common/Host.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lldb/source/Host/common/Host.cpp b/lldb/source/Host/common/Host.cpp index a6654722779..b699bc8bcd5 100644 --- a/lldb/source/Host/common/Host.cpp +++ b/lldb/source/Host/common/Host.cpp @@ -1173,19 +1173,4 @@ LaunchApplication (const FileSpec &app_file_spec) return LLDB_INVALID_PROCESS_ID; } -lldb::pid_t -Host::LaunchInNewTerminal -( - const char *tty_name, - const char **argv, - const char **envp, - const char *working_dir, - const ArchSpec *arch_spec, - bool stop_at_entry, - bool disable_aslr -) -{ - return LLDB_INVALID_PROCESS_ID; -} - #endif |