This commit is contained in:
beard%netscape.com 2000-08-26 02:58:29 +00:00
Родитель 217591885a
Коммит 41d8ee0c30
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -25,8 +25,6 @@
getenv() will override Metrowerks' standard, useless version.
*/
#ifdef DEBUG
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -134,5 +132,3 @@ char* std::getenv(const char * name)
static Environment env;
return env.get(name);
}
#endif /* DEBUG */