summaryrefslogtreecommitdiffstats
path: root/src/openvpn/misc.c
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-04-15 23:06:39 +0200
committerGert Doering <gert@greenie.muc.de>2013-06-20 20:44:24 +0200
commitd0c4c442a44f85c18903b4edba9c1d726f6983c0 (patch)
treea4feeffb058b1ff9a10bfb7ab0a1e17a72789d1d /src/openvpn/misc.c
parenta1010a849dc3642037eed17c88f73aa2fb162e4d (diff)
downloadopenvpn-d0c4c442a44f85c18903b4edba9c1d726f6983c0.tar.gz
openvpn-d0c4c442a44f85c18903b4edba9c1d726f6983c0.tar.xz
openvpn-d0c4c442a44f85c18903b4edba9c1d726f6983c0.zip
PATCHv3 Remove unused variables or put them to the defines they are being used in
Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1366059999-31731-1-git-send-email-arne@rfc2549.org> URL: http://article.gmane.org/gmane.network.openvpn.devel/7511 Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'src/openvpn/misc.c')
-rw-r--r--src/openvpn/misc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/openvpn/misc.c b/src/openvpn/misc.c
index fa327f8..1120adc 100644
--- a/src/openvpn/misc.c
+++ b/src/openvpn/misc.c
@@ -701,14 +701,6 @@ env_set_remove_from_environment (const struct env_set *es)
}
}
-#ifdef HAVE_PUTENV
-
-/* companion functions to putenv */
-
-static struct env_item *global_env = NULL; /* GLOBAL */
-
-#endif
-
/* add/modify/delete environmental strings */
void