aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor.c')
-rw-r--r--src/main/extractor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/extractor.c b/src/main/extractor.c
index 8d5d0f4..4fb5b18 100644
--- a/src/main/extractor.c
+++ b/src/main/extractor.c
@@ -308,7 +308,6 @@ get_path_from_PATH() {
308 char * buf; 308 char * buf;
309 char * ret; 309 char * ret;
310 const char * p; 310 const char * p;
311 size_t size;
312 311
313 p = getenv("PATH"); 312 p = getenv("PATH");
314 if (p == NULL) 313 if (p == NULL)
@@ -322,7 +321,6 @@ get_path_from_PATH() {
322 free (path); 321 free (path);
323 return NULL; 322 return NULL;
324 } 323 }
325 size = strlen(path);
326 pos = path; 324 pos = path;
327 325
328 while (NULL != (end = strchr(pos, ':'))) { 326 while (NULL != (end = strchr(pos, ':'))) {