This revision was automatically updated to reflect the committed changes.
Closed by commit rL338976: Remove duplicated code in CommandObjectQuit
(authored by teemperor, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D50317?vs=159237&id
davide accepted this revision.
davide added a comment.
This revision is now accepted and ready to land.
Sure.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D50317
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/c
teemperor created this revision.
We already have the same check directly before, so this code can never be
reached (as seen in the test coverage).
Repository:
rLLDB LLDB
https://reviews.llvm.org/D50317
Files:
source/Commands/CommandObjectQuit.cpp
Index: source/Commands/CommandObjectQuit.