Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / sdk / lib / crt / misc / i386 / readcr4.S
diff --git a/reactos/sdk/lib/crt/misc/i386/readcr4.S b/reactos/sdk/lib/crt/misc/i386/readcr4.S
deleted file mode 100644 (file)
index 14975de..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#include <asm.inc>
-
-.code
-
-PUBLIC ____readcr4
-____readcr4:
-    mov eax, cr4
-    ret
-
-END
-