Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gdb / regcache.h
index f7d4bc60f65133ff0c735b847f1b26cb15c31a62..f8af38cf97fd86de7e267e222aeb02331b4a8d42 100644 (file)
@@ -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<regcache *> current_regcache;
-
 private:
 
   /* Helper function for transfer_regset.  Copies across a single register.  */
This page took 0.023464 seconds and 4 git commands to generate.