s/get_regcache_aspace (regcache)/regcache->aspace ()/g
[deliverable/binutils-gdb.git] / gdb / regcache.c
index 508f37bd7c4670fe0d9c747ff1b8326442d4c840..0bae395536415711216d72e5a0f15f5d8ab832c0 100644 (file)
@@ -264,12 +264,6 @@ private:
   int m_regnum;
 };
 
-struct address_space *
-get_regcache_aspace (const struct regcache *regcache)
-{
-  return regcache->aspace ();
-}
-
 /* Return  a pointer to register REGNUM's buffer cache.  */
 
 gdb_byte *
This page took 0.024256 seconds and 4 git commands to generate.