VirtualBox

Ignore:
Timestamp:
Nov 5, 2023 11:26:07 AM (15 months ago)
Author:
vboxsync
Message:

libs/xpcom: Get rid of unused code for the _PR_POLL_WITH_SELECT case which we never use, bugref:10545

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/private/primpl.h

    r101811 r101813  
    456456    struct pollfd *syspoll_list;    /* Unix polling list used by PR_Poll */
    457457    PRUint32 syspoll_count;         /* number of elements in syspoll_list */
    458 #if defined(_PR_POLL_WITH_SELECT)
    459     int *selectfd_list;             /* Unix fd's that PR_Poll selects on */
    460     PRUint32 selectfd_count;        /* number of elements in selectfd_list */
    461 #endif
    462458};
    463459
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