summaryrefslogtreecommitdiffstats
path: root/lib/base
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base')
-rw-r--r--lib/base/systhr.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/base/systhr.cpp b/lib/base/systhr.cpp
index 1f611fb3..5742da2d 100644
--- a/lib/base/systhr.cpp
+++ b/lib/base/systhr.cpp
@@ -216,20 +216,6 @@ NSAPI_PUBLIC void systhread_setdata(int key, void *data)
NSAPI_PUBLIC void systhread_dummy(void)
{
-#ifndef NSPR20
- /* nspr/gc.c */
- PR_InitGC(0,0);
- /* nspr/prsystem.c */
- PR_GetSystemInfo(PR_SI_SYSNAME, 0, 0);
- /* nspr/linker.c */
- PR_GetLibName(0, 0);
- /* nspr/file.c */
- PR_Mkdir(0, 0);
- /* nspr/prnetdb.c */
- PR_gethostbyname(0, 0, 0, 0, 0);
- /* nspr/longlong.c */
- LL_TO_S(LL_ZERO, 0, NULL, 0);
-#endif /* NSPR20 */
}
#elif defined(THREAD_WIN32)