[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / lib / sdk / crt / math / i386 / cicos.c
diff --git a/reactos/lib/sdk/crt/math/i386/cicos.c b/reactos/lib/sdk/crt/math/i386/cicos.c
deleted file mode 100644 (file)
index fe5d000..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <precomp.h>
-
-/*
- * @implemented
- */
-double CDECL   _CIcos(void)
-{
-       FPU_DOUBLE(x);
-       return cos(x);
-}