Index: kernel/arch/abs32le/include/asm.h
===================================================================
--- kernel/arch/abs32le/include/asm.h	(revision 31198c1215c4e4a979a6f8e80df9c8c170c13886)
+++ kernel/arch/abs32le/include/asm.h	(revision c55515574bc591ba52d9f94a2bbf91debeb5943e)
@@ -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
 
