VirtualBox

Changeset 101836 in vbox for trunk/src


Ignore:
Timestamp:
Nov 5, 2023 2:56:30 PM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159932
Message:

libs/xpcom: Get rid of unused nsPersistentProperties functionality, bugref:10545

Location:
trunk/src/libs/xpcom18a4
Files:
4 deleted
3 edited

Legend:

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

    r101835 r101836  
    406406        xpcom/ds/nsIAtomService.idl \
    407407        xpcom/ds/nsIProperties.idl \
    408         xpcom/ds/nsIPersistentProperties2.idl \
    409408        xpcom/ds/nsIStringEnumerator.idl \
    410409        xpcom/ds/nsISupportsPrimitives.idl \
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r101835 r101836  
    612612        xpcom/ds/nsObserverService.cpp \
    613613        xpcom/ds/nsProperties.cpp \
    614         xpcom/ds/nsPersistentProperties.cpp \
    615614        xpcom/ds/nsQuickSort.cpp \
    616615        xpcom/ds/nsStaticNameTable.cpp \
     
    11501149                nsICollection.xpt \
    11511150                nsIEnumerator.xpt \
    1152                 nsIPersistentProperties2.xpt \
    11531151                nsIPropertyBag.xpt \
    11541152                nsIVariant.xpt \
  • trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp

    r101835 r101836  
    4545#include "nsProperties.h"
    4646#include "nsIProperties.h"
    47 #include "nsPersistentProperties.h"
    4847#include "nsScriptableInputStream.h"
    4948#include "nsBinaryStream.h"
     
    337336#define NS_PROPERTIES_CLASSNAME  "Properties"
    338337    COMPONENT(PROPERTIES, nsProperties::Create),
    339 
    340 #define NS_PERSISTENTPROPERTIES_CID NS_IPERSISTENTPROPERTIES_CID /* sigh */
    341     COMPONENT(PERSISTENTPROPERTIES, nsPersistentProperties::Create),
    342338
    343339    COMPONENT(SUPPORTSARRAY, nsSupportsArray::Create),
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