Commit cbe5b960 by Uros Bizjak Committed by Uros Bizjak

env.c (getenv): Remove unused variable res_len.

	* intrinsics/env.c (getenv): Remove unused variable res_len.

From-SVN: r218057
parent 37513299
2014-11-25 Uros Bizjak <ubizjak@gmail.com>
* intrinsics/env.c (getenv): Remove unused variable res_len.
2014-11-24 John David Anglin <danglin@gcc.gnu.org>
* configure.ac: Guard include of <ieeefp.h>.
......
......@@ -42,7 +42,6 @@ PREFIX(getenv) (char * name, char * value, gfc_charlen_type name_len,
{
char *name_nt;
char *res = NULL;
int res_len;
if (name == NULL || value == NULL)
runtime_error ("Both arguments to getenv are mandatory.");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment