From: Adam Russell Date: Sun, 28 Jun 2009 02:06:01 +0000 (-0400) Subject: Removed obsolete E32Dll dll entry point which was removed from Symbian SDKs a long... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0ee0837e8d54264dbb29748bad993d0f255f67f4;p=p5sagit%2Fp5-mst-13.2.git Removed obsolete E32Dll dll entry point which was removed from Symbian SDKs a long time ago(as of S60 3rd edition). --- diff --git a/symbian/symbian_dll.cpp b/symbian/symbian_dll.cpp index 92a06b8..a206c99 100644 --- a/symbian/symbian_dll.cpp +++ b/symbian/symbian_dll.cpp @@ -10,8 +10,6 @@ #include #include "PerlBase.h" -EXPORT_C GLDEF_C TInt E32Dll(TDllReason /*aReason*/) { return KErrNone; } - extern "C" { EXPORT_C void* symbian_get_vars(void) { return Dll::Tls(); } EXPORT_C void symbian_set_vars(const void *p) { Dll::SetTls((TAny*)p); }