Index: kernel/arch/abs32le/include/asm.h
===================================================================
--- kernel/arch/abs32le/include/asm.h	(revision 31198c1215c4e4a979a6f8e80df9c8c170c13886)
+++ kernel/arch/abs32le/include/asm.h	(revision 009536837631ac26b2e7a16e52b4c9525d2cd095)
@@ -182,14 +182,4 @@
 }
 
-static inline uintptr_t *get_ip()
-{
-	/* On real hardware this returns the current instruction
-	   pointer value. The value certainly changes with each
-	   instruction, but it can be still used to identify
-	   a specific function. */
-	
-	return 0;
-}
-
 #endif
 
