Index: kernel/arch/mips32/src/mips32.c
===================================================================
--- kernel/arch/mips32/src/mips32.c	(revision 0407636ceda67e68eb4456da50da5790c6a50911)
+++ kernel/arch/mips32/src/mips32.c	(revision 4b0206c7b08dfc91e29744cd62ce245f29ac2b62)
@@ -187,14 +187,4 @@
 }
 
-/** Set thread-local-storage pointer
- *
- * We have it currently in K1, it is
- * possible to have it separately in the future.
- */
-sysarg_t sys_tls_set(uintptr_t addr)
-{
-	return EOK;
-}
-
 void arch_reboot(void)
 {
