summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-09-15 04:53:12 +0000
committerwtc%netscape.com <devnull@localhost>2001-09-15 04:53:12 +0000
commitedc07ef434e8d2ad0ed32453dd02e131896a9966 (patch)
treeec2ab7392501611b15455290d4ab9828a7f63538
parent9eb01a66fcb71572ae2267a5f1ee4f88c91c4ece (diff)
downloadnspr-hg-edc07ef434e8d2ad0ed32453dd02e131896a9966.tar.gz
Deleted unused prototypes for _PR_Unlock, _PR_SuspendThread, and
_PR_ResumeThread.
-rw-r--r--pr/include/private/primpl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pr/include/private/primpl.h b/pr/include/private/primpl.h
index e1834188..983fc5d6 100644
--- a/pr/include/private/primpl.h
+++ b/pr/include/private/primpl.h
@@ -730,10 +730,6 @@ extern void _PR_ClockInterrupt(void);
extern void _PR_Schedule(void);
extern void _PR_SetThreadPriority(
PRThread* thread, PRThreadPriority priority);
-NSPR_API(void) _PR_Unlock(PRLock *lock);
-
-NSPR_API(void) _PR_SuspendThread(PRThread *t);
-NSPR_API(void) _PR_ResumeThread(PRThread *t);
/***********************************************************************
** FUNCTION: _PR_NewSegment()