From: Chaoren Lin Date: Tue, 12 May 2015 21:06:48 +0000 (+0000) Subject: Platform settings doesn't need permission options. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=042ca39c019bf2231a093c1757a0892b1f45165a;p=platform%2Fupstream%2Fllvm.git Platform settings doesn't need permission options. Summary: Also removes conflict error message for '-w' between --user-write and --working-dir. Reviewers: flackr, clayborg Reviewed By: clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D9711 llvm-svn: 237178 --- diff --git a/lldb/source/Commands/CommandObjectPlatform.cpp b/lldb/source/Commands/CommandObjectPlatform.cpp index 293adcf..b231c4a 100644 --- a/lldb/source/Commands/CommandObjectPlatform.cpp +++ b/lldb/source/Commands/CommandObjectPlatform.cpp @@ -572,10 +572,7 @@ protected: GetOptions () { if (m_options.DidFinalize() == false) - { - m_options.Append(new OptionPermissions()); m_options.Finalize(); - } return &m_options; } protected: