[NativeProcessDarwin] Remove dead code. NFCI.

llvm-svn: 362639
This commit is contained in:
Davide Italiano 2019-06-05 20:23:03 +00:00
parent 53572d0470
commit ecf3ae4a70
1 changed files with 0 additions and 8 deletions

View File

@ -171,14 +171,6 @@ Status NativeProcessDarwin::FinalizeLaunch(LaunchFlavor launch_flavor,
Status error;
Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
#if 0
m_path = path;
size_t i;
char const *arg;
for (i=0; (arg = argv[i]) != NULL; i++)
m_args.push_back(arg);
#endif
error = StartExceptionThread();
if (!error.Success()) {
if (log)