labath accepted this revision. labath added a comment. This revision is now accepted and ready to land.
Good stuff, just remove the unused function. ================ Comment at: source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp:87 + +static std::vector<lldb_private::RegisterInfo> &GetSharedRegisterInfoVector() { + static std::vector<lldb_private::RegisterInfo> register_infos; ---------------- It looks like you copied this from freebsd code, but it does not appear to be used. Can this function be removed? Repository: rL LLVM https://reviews.llvm.org/D30287 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits