VirtualBox

Changeset 101834 in vbox


Ignore:
Timestamp:
Nov 5, 2023 2:38:05 PM (15 months ago)
Author:
vboxsync
Message:

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

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

Legend:

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

    r101833 r101834  
    433433        xpcom/io/nsIAsyncOutputStream.idl \
    434434        xpcom/io/nsIScriptableInputStream.idl \
    435         xpcom/io/nsIStorageStream.idl \
    436435        xpcom/io/nsIStringStream.idl \
    437436        xpcom/io/nsILineInputStream.idl \
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r101833 r101834  
    331331        xpcom/components/nsStaticComponent.h \
    332332        xpcom/ds/nsStaticNameTable.h \
    333         xpcom/io/nsStorageStream.h \
    334333        xpcom/ds/nsStringEnumerator.h \
    335334        xpcom/io/nsStringIO.h \
     
    658657        xpcom/io/nsSegmentedBuffer.cpp \
    659658        xpcom/io/SpecialSystemDirectory.cpp \
    660         xpcom/io/nsStorageStream.cpp \
    661659        xpcom/io/nsStringStream.cpp \
    662660        xpcom/io/nsUnicharInputStream.cpp \
     
    11761174                nsIObjectOutputStream.xpt \
    11771175                nsISeekableStream.xpt \
    1178                 nsIStorageStream.xpt \
    11791176                nsIStringStream.xpt \
    11801177                nsIStreamBufferAccess.xpt \
  • trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp

    r101833 r101834  
    4848#include "nsScriptableInputStream.h"
    4949#include "nsBinaryStream.h"
    50 #include "nsStorageStream.h"
    5150
    5251#include "nsMemoryImpl.h"
     
    179178NS_GENERIC_FACTORY_CONSTRUCTOR(nsBinaryOutputStream)
    180179NS_GENERIC_FACTORY_CONSTRUCTOR(nsBinaryInputStream)
    181 NS_GENERIC_FACTORY_CONSTRUCTOR(nsStorageStream)
    182180
    183181NS_GENERIC_FACTORY_CONSTRUCTOR(nsVariant)
     
    337335    COMPONENT(BINARYINPUTSTREAM, nsBinaryInputStreamConstructor),
    338336    COMPONENT(BINARYOUTPUTSTREAM, nsBinaryOutputStreamConstructor),
    339     COMPONENT(STORAGESTREAM, nsStorageStreamConstructor),
    340337
    341338#define NS_PROPERTIES_CLASSNAME  "Properties"
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