From 9565246f347a4de985bf528833fca34959c6fe3b Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 13 Nov 2001 02:23:10 +0000 Subject: [PATCH] ICU-371 dlopen is no longer used, so don't check for it. X-SVN-Rev: 6811 --- icu4c/source/common/putil.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/icu4c/source/common/putil.c b/icu4c/source/common/putil.c index 1aa818df106..8eed1914cd6 100644 --- a/icu4c/source/common/putil.c +++ b/icu4c/source/common/putil.c @@ -820,12 +820,6 @@ u_setDataDirectory(const char *directory) { } } -#if HAVE_DLOPEN -#define LIB_PREFIX "lib" -#else -#define LIB_PREFIX -#endif - U_CAPI const char * U_EXPORT2 u_getDataDirectory(void) { const char *path = NULL;