Index: arch/amd64/src/ddi/ddi.c
===================================================================
--- arch/amd64/src/ddi/ddi.c	(revision ea199e52cc0260ed18646cb51c1a9cfe6d03c2e3)
+++ arch/amd64/src/ddi/ddi.c	(revision 162f9196160de579344bdc123782df70adf3940f)
@@ -101,18 +101,4 @@
 }
 
-/** Enable/disable interrupts form syscall
- *
- * @param enable If non-zero, interrupts are enabled, otherwise disabled
- * @param flags RFLAGS register
- */
-__native ddi_int_control_arch(__native enable, __native *flags)
-{
-	if (enable)
-		*flags |= RFLAGS_IF;
-	else
-		*flags &= ~RFLAGS_IF;
-	return 0;
-}
-
 /** Install I/O Permission bitmap.
  *
