summaryrefslogtreecommitdiff
path: root/pr/src/misc/prerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/misc/prerror.c')
-rw-r--r--pr/src/misc/prerror.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/pr/src/misc/prerror.c b/pr/src/misc/prerror.c
index ed46c1ba..40925696 100644
--- a/pr/src/misc/prerror.c
+++ b/pr/src/misc/prerror.c
@@ -33,12 +33,6 @@ PR_IMPLEMENT(PRInt32) PR_GetOSError()
return thread->osErrorCode;
}
-PR_IMPLEMENT(const char*) PR_GetErrorString()
-{
- PRThread *thread = PR_GetCurrentThread();
- return thread->errorString;
-}
-
PR_IMPLEMENT(void) PR_SetError(PRErrorCode code, PRInt32 osErr)
{
PRThread *thread = PR_GetCurrentThread();