diff options
Diffstat (limited to 'lldb/source/Target/Process.cpp')
-rw-r--r-- | lldb/source/Target/Process.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp index 5f6b7c273a6..f1e8f822335 100644 --- a/lldb/source/Target/Process.cpp +++ b/lldb/source/Target/Process.cpp @@ -257,7 +257,6 @@ ProcessLaunchInfo::FinalizeFileActions (Target *target, bool default_to_use_pty) // settings that were set with "settings set" if (m_file_actions.empty()) { - const char *path; if (m_flags.Test(eLaunchFlagDisableSTDIO)) { AppendSuppressFileAction (STDERR_FILENO, true , true ); |