VirtualBox

Changeset 102320 in vbox


Ignore:
Timestamp:
Nov 27, 2023 1:42:54 PM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160454
Message:

libs/xpcom: Remove some unused code from xpcom, bugref:10545

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

Legend:

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

    r102318 r102320  
    480480VBox-xpcom-io_SOURCES = \
    481481        xpcom/io/nsAppFileLocationProvider.cpp \
    482         xpcom/io/nsBinaryStream.cpp \
    483482        xpcom/io/nsDirectoryService.cpp \
    484483        xpcom/io/nsLocalFileCommon.cpp \
  • trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp

    r102318 r102320  
    4747#include "nsProperties.h"
    4848#include "nsIProperties.h"
    49 #include "nsBinaryStream.h"
    5049
    5150#include "nsDebugImpl.h"
     
    165164NS_GENERIC_FACTORY_CONSTRUCTOR(nsAtomService)
    166165NS_GENERIC_FACTORY_CONSTRUCTOR(nsExceptionService)
    167 NS_GENERIC_FACTORY_CONSTRUCTOR(nsBinaryOutputStream)
    168 NS_GENERIC_FACTORY_CONSTRUCTOR(nsBinaryInputStream)
    169166
    170167NS_GENERIC_FACTORY_CONSTRUCTOR(nsVariant)
     
    321318#define NS_ERRORSERVICE_CLASSNAME NS_ERRORSERVICE_NAME
    322319    COMPONENT(ERRORSERVICE, nsErrorService::Create),
    323 
    324     COMPONENT(BINARYINPUTSTREAM, nsBinaryInputStreamConstructor),
    325     COMPONENT(BINARYOUTPUTSTREAM, nsBinaryOutputStreamConstructor),
    326320
    327321#define NS_PROPERTIES_CLASSNAME  "Properties"
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