Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / sdk / lib / crt / math / arm / atan2.s
diff --git a/reactos/sdk/lib/crt/math/arm/atan2.s b/reactos/sdk/lib/crt/math/arm/atan2.s
deleted file mode 100644 (file)
index e0c187f..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * COPYRIGHT:         BSD - See COPYING.ARM in the top level directory
- * PROJECT:           ReactOS CRT library
- * PURPOSE:           Implementation of atan2
- * PROGRAMMER:        Timo Kreuzer (timo.kreuzer@reactos.org)
- */
-
-/* INCLUDES ******************************************************************/
-
-#include <kxarm.h>
-
-/* CODE **********************************************************************/
-
-    TEXTAREA
-
-    LEAF_ENTRY atan2
-
-       __assertfail
-       bx      lr
-
-    LEAF_END atan2
-
-    END
-/* EOF */