* src/vm/jit/arm/md.c (md_asm_codegen_get_pv_from_pc): Removed.
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Tue, 22 Jan 2008 10:45:22 +0000 (11:45 +0100)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Tue, 22 Jan 2008 10:45:22 +0000 (11:45 +0100)
src/vm/jit/arm/md.c

index b6450a27858e90ca53d6140ccbdc0734746d9968..d37b3a710cee1487c052c05e0b45191d0932b519 100644 (file)
@@ -138,12 +138,6 @@ void *md_jit_method_patch_address(void *pv, void *ra, void *mptr)
 }
 
 
-void *md_asm_codegen_get_pv_from_pc(void *ra)
-{
-       return md_codegen_get_pv_from_pc(ra);
-}
-
-
 /*
  * These are local overrides for various environment variables in Emacs.
  * Please do not remove this and leave it at the end of the file, where