From: Davide Italiano Date: Wed, 5 Jun 2019 20:23:03 +0000 (+0000) Subject: [NativeProcessDarwin] Remove dead code. NFCI. X-Git-Tag: llvmorg-10-init~3675 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecf3ae4a7032d2a5ee42433d4e5d002ac349adbf;p=platform%2Fupstream%2Fllvm.git [NativeProcessDarwin] Remove dead code. NFCI. llvm-svn: 362639 --- diff --git a/lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.cpp b/lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.cpp index 1d7851d..fe7de27 100644 --- a/lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.cpp +++ b/lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.cpp @@ -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)