branch update for HEAD-2003050101
[reactos.git] / lib / msvcrt / misc / crtmain.c
index 2693522..02e5af2 100644 (file)
@@ -31,21 +31,8 @@ _local_unwind2(void)
     return 0;
 }
 
-int
-STDCALL
-_spawnlp(int a, const char* b, const char* args, ...)
-{
-    return 0;
-}
-
 #else /*__GNUC__*/
 
-int
-_spawnlp(int a, const char* b, const char* args, ...)
-{
-    return 0;
-}
-
 #endif /*__GNUC__*/