summaryrefslogtreecommitdiff
path: root/loadlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'loadlib.c')
-rw-r--r--loadlib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/loadlib.c b/loadlib.c
index b88eb71..c77d541 100644
--- a/loadlib.c
+++ b/loadlib.c
@@ -348,6 +348,7 @@ inolog("connect_withparam_available is set to false\n");
connect_withparam_available = 0;
}
#else
+#ifdef NOT_USED /* currently not yet used */
#ifdef HAVE_LIBLTDL
lt_dlhandle dlhandle = lt_dlopenext(libpqlib);
@@ -359,6 +360,7 @@ inolog("connect_withparam_available is set to false\n");
lt_dlclose(dlhandle);
}
#endif /* HAVE_LIBLTDL */
+#endif /* NOT_USED */
#endif /* _MSC_DELAY_LOAD_IMPORT */
}