summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
Diffstat (limited to 'symbian')
-rw-r--r--symbian/symbian_dll.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/symbian/symbian_dll.cpp b/symbian/symbian_dll.cpp
index 92a06b883f..a206c9986c 100644
--- a/symbian/symbian_dll.cpp
+++ b/symbian/symbian_dll.cpp
@@ -10,8 +10,6 @@
#include <e32base.h>
#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); }