labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lldb/source/Core/Debugger.cpp:977
+  if (!in || !in->IsValid()) {
+    in.reset();
     if (top_reader_sp)
----------------
The call to reset seems superfluous, as the value will be overwritten anyway.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68962/new/

https://reviews.llvm.org/D68962



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to