OSDN Git Service

revert erroneous checkin
authorcgf <cgf>
Mon, 20 Feb 2006 02:06:37 +0000 (02:06 +0000)
committercgf <cgf>
Mon, 20 Feb 2006 02:06:37 +0000 (02:06 +0000)
winsup/cygwin/dcrt0.cc

index a1cacc8..8122939 100644 (file)
@@ -124,18 +124,6 @@ extern "C"
 #endif
 };
 
-#ifdef DEBUGGING
-void __stdcall
-envvar ()
-{
-  const char *s = "PATH";
-  char buf[4096];
-  Sleep (500);
-  small_printf ("%d = GetEnvironmentVariable (\"%s\")\n", GetEnvironmentVariable (s, buf, sizeof buf), s);
-  small_printf ("value = '%s'\n", buf);
-}
-#endif
-
 char *old_title;
 char title_buf[TITLESIZE + 1];