X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fregcache.h;h=820088618db1cf568d63909e1b2b7d99cdd8b277;hb=refs%2Fheads%2Finferior-thread-map-2020-01-16;hp=b8561d714c9edb268539c33b57a01deef42c8ef1;hpb=2301204a3b3cd6553f7490498b3adc5973157c1b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/regcache.h b/gdb/regcache.h index b8561d714c..820088618d 100644 --- a/gdb/regcache.h +++ b/gdb/regcache.h @@ -397,13 +397,10 @@ public: debug. */ void debug_print_register (const char *func, int regno); - static void regcache_thread_ptid_changed (ptid_t old_ptid, ptid_t new_ptid); protected: regcache (process_stratum_target *target, gdbarch *gdbarch, const address_space *aspace); - static std::forward_list current_regcache; - private: /* Helper function for transfer_regset. Copies across a single register. */