VirtualBox

Ignore:
Timestamp:
Nov 5, 2023 9:09:38 AM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159899
Message:

libs/xpcom: Get rid of code used only if MOZ_TIMELINE is defined which we never do, bugref:10545

Location:
trunk/src/libs/xpcom18a4/xpcom/io
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/io/nsLocalFileUnix.cpp

    r62375 r101803  
    7979#include "prproces.h"
    8080#include "nsISimpleEnumerator.h"
    81 #include "nsITimelineService.h"
    8281
    8382#include "nsNativeCharsetUtils.h"
     
    15381537    NS_ENSURE_ARG_POINTER(_retval);
    15391538
    1540     NS_TIMELINE_START_TIMER("PR_LoadLibrary");
    1541 
    15421539    *_retval = PR_LoadLibrary(mPath.get());
    1543 
    1544     NS_TIMELINE_STOP_TIMER("PR_LoadLibrary");
    1545     NS_TIMELINE_MARK_TIMER1("PR_LoadLibrary", mPath.get());
    15461540
    15471541    if (!*_retval)
  • trunk/src/libs/xpcom18a4/xpcom/io/nsLocalFileWin.cpp

    r62374 r101803  
    6868#include "nsXPIDLString.h"
    6969#include "prproces.h"
    70 #include "nsITimelineService.h"
    7170
    7271#include "nsAutoLock.h"
     
    13391338        return NS_ERROR_FILE_IS_DIRECTORY;
    13401339
    1341     NS_TIMELINE_START_TIMER("PR_LoadLibrary");
    13421340    *_retval =  PR_LoadLibrary(mResolvedPath.get());
    1343     NS_TIMELINE_STOP_TIMER("PR_LoadLibrary");
    1344     NS_TIMELINE_MARK_TIMER1("PR_LoadLibrary", mResolvedPath.get());
    1345 
    13461341    if (*_retval)
    13471342        return NS_OK;
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