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