Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2015-06-14 12:27:41 +0300
committerrofl0r <retnyg@gmx.net>2015-06-14 12:27:41 +0300
commit51b2eb91ce20d316af83a0530173c8c926c57f1b (patch)
treef2226cbdaffdfe1c0f3cbd8e0d0e9bcb43aefb00
parentae16ae9fc9f89f6bf48338728cd0e46336b31ec2 (diff)
remove commented-out code [2]
-rw-r--r--src/libproxychains.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/libproxychains.c b/src/libproxychains.c
index 9e898b9..b140398 100644
--- a/src/libproxychains.c
+++ b/src/libproxychains.c
@@ -122,17 +122,6 @@ static void do_init(void) {
init_l = 1;
}
-#if 0
-/* FIXME this is currently unused.
- * it is not strictly needed.
- * maybe let it be called by a gcc destructor, if that doesnt
- * have negative consequences (e.g. when a child calles exit) */
-static void unload(void) {
- at_close();
- core_unload();
-}
-#endif
-
static void init_lib_wrapper(const char* caller) {
#ifndef DEBUG
(void) caller;