[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / lib / sdk / crt / startup / tlsmcrt.c
diff --git a/reactos/lib/sdk/crt/startup/tlsmcrt.c b/reactos/lib/sdk/crt/startup/tlsmcrt.c
deleted file mode 100644 (file)
index 2450b8b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * This file has no copyright assigned and is placed in the Public Domain.
- * This file is part of the w64 mingw-runtime package.
- * No warranty is given; refer to the file DISCLAIMER.PD within this package.
- *
- * Written by Kai Tietz  <kai.tietz@onevision.com>
- */
-
-/* We support TLS cleanup code in any case. If shared version of libgcc is used _CRT_MT has value 1,
- otherwise
-   we do tls cleanup in runtime and _CRT_MT has value 2.  */
-int _CRT_MT = 2;
-