Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / sdk / lib / crt / math / amd64 / fmod.S
diff --git a/reactos/sdk/lib/crt/math/amd64/fmod.S b/reactos/sdk/lib/crt/math/amd64/fmod.S
deleted file mode 100644 (file)
index 738d360..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * COPYRIGHT:         See COPYING in the top level directory
- * PROJECT:           ReactOS system libraries
- * PURPOSE:           Implementation of fmod
- * FILE:              lib/sdk/crt/math/amd64/fmod.S
- * PROGRAMMER:        Timo Kreuzer (timo.kreuzer@reactos.org)
- */
-
-/* INCLUDES ******************************************************************/
-
-#include <asm.inc>
-
-/* CODE **********************************************************************/
-.code64
-
-PUBLIC fmod
-fmod:
-    UNIMPLEMENTED fmod
-    ret
-
-END