VirtualBox

Changeset 101948 in vbox for trunk/src/libs/xpcom18a4


Ignore:
Timestamp:
Nov 7, 2023 3:36:10 PM (15 months ago)
Author:
vboxsync
Message:

libs/xpcom: Get rid of more unused code in nsprpub, bugref:10545

Location:
trunk/src/libs/xpcom18a4
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r101945 r101948  
    490490        nsprpub/pr/src/misc/prinit.c \
    491491        nsprpub/pr/src/misc/prinrval.c \
    492         nsprpub/pr/src/misc/pripc.c \
    493492        nsprpub/pr/src/misc/prlog2.c \
    494493        nsprpub/pr/src/misc/prlong.c \
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/private/primpl.h

    r101947 r101948  
    641641#define    _PR_MD_UNLOCKFILE _MD_UNLOCKFILE
    642642
    643 /* Interprocess communications (IPC) */
    644 
    645 /*
    646  * The maximum length of an NSPR IPC name, including the
    647  * terminating null byte.
    648  */
    649 #define PR_IPC_NAME_SIZE 1024
    650 
    651 /*
    652  * Types of NSPR IPC objects
    653  */
    654 typedef enum {
    655     _PRIPCSem,  /* semaphores */
    656     _PRIPCShm   /* shared memory segments */
    657 } _PRIPCType;
    658 
    659 /*
    660  * Make a native IPC name from an NSPR IPC name.
    661  */
    662 extern PRStatus _PR_MakeNativeIPCName(
    663     const char *name,  /* NSPR IPC name */
    664     char *result,      /* result buffer */
    665     PRIntn size,       /* size of result buffer */
    666     _PRIPCType type    /* type of IPC object */
    667 );
    668 
    669643/* Socket call error code */
    670644
Note: See TracChangeset for help on using the changeset viewer.

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