VirtualBox

Ignore:
Timestamp:
Feb 19, 2024 5:00:08 PM (15 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161792
Message:

libs/xpcom: Remove some unused stuff, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptsynch.c

    r102470 r103458  
    410410}  /* PR_WaitCondVar */
    411411
    412 static PRStatus PR_NotifyCondVar(PRCondVar *cvar)
    413 {
    414     Assert(cvar != NULL);   
    415     pt_PostNotifyToCvar(cvar, PR_FALSE);
    416     return PR_SUCCESS;
    417 }  /* PR_NotifyCondVar */
    418 
    419 static PRStatus PR_NotifyAllCondVar(PRCondVar *cvar)
    420 {
    421     Assert(cvar != NULL);
    422     pt_PostNotifyToCvar(cvar, PR_TRUE);
    423     return PR_SUCCESS;
    424 }  /* PR_NotifyAllCondVar */
    425 
    426412/**************************************************************/
    427413/**************************************************************/
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette