aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-08-23 12:13:59 +0100
committerRon Yorston <rmy@pobox.com>2017-08-23 12:13:59 +0100
commitd4dc5e4177056ae284c256278a853f51e347f13f (patch)
treeef6092b95b3e94cd90ece7cf865f662c09a63f86 /include/mingw.h
parent118e010f3fb0512776a28569b42ef66e6d6b3a8f (diff)
downloadbusybox-w32-d4dc5e4177056ae284c256278a853f51e347f13f.tar.gz
busybox-w32-d4dc5e4177056ae284c256278a853f51e347f13f.tar.bz2
busybox-w32-d4dc5e4177056ae284c256278a853f51e347f13f.zip
win32: remove unused functions
The functions copy_environ and free_environ became unused following commit ac181bf54 "win32: simplify spawning applets".
Diffstat (limited to 'include/mingw.h')
-rw-r--r--include/mingw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 65cccab21..05e0b20fc 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -476,8 +476,6 @@ const char * next_path_sep(const char *path);
476 * helpers 476 * helpers
477 */ 477 */
478 478
479char **copy_environ(const char *const *env);
480void free_environ(char **env);
481char **env_setenv(char **env, const char *name); 479char **env_setenv(char **env, const char *name);
482 480
483const char *get_busybox_exec_path(void); 481const char *get_busybox_exec_path(void);