[lldb] Remove reset(nullptr_t) overload from SharingPtr
authorPavel Labath <labath@google.com>
Thu, 6 Feb 2020 18:06:09 +0000 (10:06 -0800)
committerPavel Labath <labath@google.com>
Thu, 6 Feb 2020 18:07:06 +0000 (10:07 -0800)
commitb8f4e0a8234377cdac8740addfdabee339b12d2a
tree0a1affa5dd95522e921130b2badc8700c70c0eb7
parent5a8c0f552b382cbf4397aff9cc3b0d9418bdf3ff
[lldb] Remove reset(nullptr_t) overload from SharingPtr

std::shared_ptr has no such method. This makes the two more similar.
lldb/include/lldb/Breakpoint/Watchpoint.h
lldb/include/lldb/Utility/SharingPtr.h