bulbazord accepted this revision.
bulbazord added a comment.
This revision is now accepted and ready to land.

LGTM, small nit



================
Comment at: lldb/test/API/functionalities/scripted_process/main.cpp:21
+                   // returns
+  lock.lock();
+}
----------------
nit: no need to relock, you're done modifying `n`. The lock will get freed 
right after anyway.


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

https://reviews.llvm.org/D139484

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

Reply via email to