From 9dac7b6b7b035d55bdb9731795712ead92e11f76 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 7 Sep 2009 11:58:04 +0000 Subject: fixes --- src/util/os_installation.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/util/os_installation.c') diff --git a/src/util/os_installation.c b/src/util/os_installation.c index cc1d61c20..39b5174e3 100644 --- a/src/util/os_installation.c +++ b/src/util/os_installation.c @@ -213,14 +213,12 @@ get_path_from_PATH () char *end; char *buf; const char *p; - size_t size; p = getenv ("PATH"); if (p == NULL) return NULL; path = GNUNET_strdup (p); /* because we write on it */ buf = GNUNET_malloc (strlen (path) + 20); - size = strlen (path); pos = path; while (NULL != (end = strchr (pos, ':'))) -- cgit v1.2.3