diff options
author | Christopher Faylor <me@cgf.cx> | 2006-02-20 02:06:37 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-02-20 02:06:37 +0000 |
commit | badc4941651e38bda79e6a6058591e9cf235830a (patch) | |
tree | 3ff4f8c017923524dc2d55d2ba001aaba226e69c /winsup/cygwin/dcrt0.cc | |
parent | a339c989c7bb65677c1544d613e65699030f9466 (diff) | |
download | newlib-badc4941651e38bda79e6a6058591e9cf235830a.zip newlib-badc4941651e38bda79e6a6058591e9cf235830a.tar.gz newlib-badc4941651e38bda79e6a6058591e9cf235830a.tar.bz2 |
revert erroneous checkin
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r-- | winsup/cygwin/dcrt0.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index a1cacc8..8122939 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -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]; |