forked from OSchip/llvm-project
[NativeProcessDarwin] Remove dead code. NFCI.
llvm-svn: 362639
This commit is contained in:
parent
53572d0470
commit
ecf3ae4a70
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue