From 8362f9b58136c454e229640230b9381f50583859 Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 4 Sep 2014 11:09:32 +0000 Subject: * symbian/*: removed Symbian support. [Feature #10199][ruby-core:64725] * dln.c: ditto. * include/ruby/defines.h: ditto. * thread_pthread.c: ditto. * vm.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- dln.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dln.c') diff --git a/dln.c b/dln.c index 25e40cf1e6..2b6a82f063 100644 --- a/dln.c +++ b/dln.c @@ -1346,11 +1346,6 @@ dln_load(const char *file) #ifdef __native_client__ 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(); -- cgit v1.2.1