This method has been removed from the API. This fix the compilation

breakage due to its presence.

Patch by Marco Minutoli <mminutoli@gmail.com>

llvm-svn: 131303
This commit is contained in:
Johnny Chen 2011-05-13 19:57:45 +00:00
parent 60e17fe806
commit 709a060411
1 changed files with 0 additions and 15 deletions

View File

@ -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