aboutsummaryrefslogtreecommitdiffstats
path: root/dln.c
diff options
context:
space:
mode:
Diffstat (limited to 'dln.c')
-rw-r--r--dln.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/dln.c b/dln.c
index 25e40cf1e6..2b6a82f063 100644
--- a/dln.c
+++ b/dln.c
@@ -1347,11 +1347,6 @@ dln_load(const char *file)
strcpy(file, orig);
free(orig);
#endif
-#if defined __SYMBIAN32__
- if (init_fct == NULL) {
- init_fct = (void(*)())dlsym(handle, "1"); /* Some Symbian versions do not support symbol table in DLL, ordinal numbers only */
- }
-#endif
if (init_fct == NULL) {
error = DLN_ERROR();
dlclose(handle);