[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / lib / sdk / crt / math / arm / __rt_udiv64_worker.c
diff --git a/reactos/lib/sdk/crt/math/arm/__rt_udiv64_worker.c b/reactos/lib/sdk/crt/math/arm/__rt_udiv64_worker.c
deleted file mode 100644 (file)
index 03be5ff..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * COPYRIGHT:       BSD - See COPYING.ARM in the top level directory
- * PROJECT:         ReactOS CRT library
- * PURPOSE:         Implementation of __rt_udiv64_worker
- * PROGRAMMER:      Timo Kreuzer
- * REFERENCE:       http://research.microsoft.com/en-us/um/redmond/projects/invisible/src/crt/md/arm/_div10.s.htm
- *                  http://research.microsoft.com/en-us/um/redmond/projects/invisible/src/crt/md/arm/_udiv.c.htm
- */
-
-#define __rt_div_worker __rt_udiv64_worker
-#define _USE_64_BITS_
-
-#include "__rt_div_worker.h"
-
-/* __rt_udiv64 is implemented in __rt_udiv64.s */