mirror of
https://github.com/curl/curl.git
synced 2026-05-30 08:17:30 +03:00
removed a commented line
This commit is contained in:
parent
781f52a287
commit
6dcdb8b821
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ char *GetEnv(const char *variable)
|
|||
if (env && strcmp("HOME",variable) == 0) {
|
||||
env = decc$translate_vms(env);
|
||||
}
|
||||
/* printf ("Getenv: %s=%s\n",variable,env); */
|
||||
#else
|
||||
/* no length control */
|
||||
char *env = getenv(variable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue