ICU-371 dlopen is no longer used, so don't check for it.

X-SVN-Rev: 6811
This commit is contained in:
George Rhoten 2001-11-13 02:23:10 +00:00
parent 1726972ba1
commit 9565246f34

View file

@ -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;