Index: kernel/arch/mips32/src/mips32.c
===================================================================
--- kernel/arch/mips32/src/mips32.c	(revision 0407636ceda67e68eb4456da50da5790c6a50911)
+++ kernel/arch/mips32/src/mips32.c	(revision b0e014061cbe1c8f1aa804f8e1a40344f95c6af1)
@@ -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)
 {
