X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fregcache.h;fp=gdb%2Fregcache.h;h=f8af38cf97fd86de7e267e222aeb02331b4a8d42;hb=42b502299d428786938f90363cbfb62ae768cadb;hp=f7d4bc60f65133ff0c735b847f1b26cb15c31a62;hpb=4c449d978ae4916445678ca41993d280aa6854ed;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/regcache.h b/gdb/regcache.h index f7d4bc60f6..f8af38cf97 100644 --- a/gdb/regcache.h +++ b/gdb/regcache.h @@ -389,12 +389,9 @@ 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 (gdbarch *gdbarch, const address_space *aspace_); - static std::forward_list current_regcache; - private: /* Helper function for transfer_regset. Copies across a single register. */