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