Skip to content

Commit

Permalink
Bug 1037100 - Scoped.h removed because no outstanding uses. r=glandiu…
Browse files Browse the repository at this point in the history
…m,dom-storage-reviewers,jesup,janv

Differential Revision: https://phabricator.services.mozilla.com/D201763
  • Loading branch information
kdashg committed Feb 14, 2024
1 parent 19c9e7f commit b049969
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 271 deletions.
1 change: 0 additions & 1 deletion dom/canvas/WebGLTexture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "mozilla/gfx/Logging.h"
#include "mozilla/IntegerRange.h"
#include "mozilla/MathAlgorithms.h"
#include "mozilla/Scoped.h"
#include "mozilla/ScopeExit.h"
#include "mozilla/Unused.h"
#include "ScopedGLHelpers.h"
Expand Down
1 change: 0 additions & 1 deletion dom/canvas/WebGLTextureUpload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "mozilla/dom/ImageData.h"
#include "mozilla/dom/OffscreenCanvas.h"
#include "mozilla/MathAlgorithms.h"
#include "mozilla/Scoped.h"
#include "mozilla/ScopeExit.h"
#include "mozilla/StaticPrefs_webgl.h"
#include "mozilla/Unused.h"
Expand Down
1 change: 0 additions & 1 deletion dom/indexedDB/ActorsParent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
#include "mozilla/Result.h"
#include "mozilla/ResultExtensions.h"
#include "mozilla/SchedulerGroup.h"
#include "mozilla/Scoped.h"
#include "mozilla/SnappyCompressOutputStream.h"
#include "mozilla/SpinEventLoopUntil.h"
#include "mozilla/StaticPtr.h"
Expand Down
1 change: 0 additions & 1 deletion dom/media/webrtc/MediaEngineRemoteVideoSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "AudioSegment.h"
#include "MediaTrackGraph.h"

#include "MediaEngineWrapper.h"
#include "mozilla/dom/MediaStreamTrackBinding.h"

// Camera Access via IPC
Expand Down
32 changes: 0 additions & 32 deletions dom/media/webrtc/common/MediaEngineWrapper.h

This file was deleted.

1 change: 0 additions & 1 deletion dom/media/webrtc/libwebrtcglue/AudioConduit.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "mozilla/TimeStamp.h"

#include "MediaConduitInterface.h"
#include "common/MediaEngineWrapper.h"

/**
* This file hosts several structures identifying different aspects of a RTP
Expand Down
1 change: 0 additions & 1 deletion dom/media/webrtc/libwebrtcglue/VideoConduit.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "nsITimer.h"

#include "MediaConduitInterface.h"
#include "common/MediaEngineWrapper.h"
#include "RtpRtcpConfig.h"
#include "RunningStat.h"
#include "transport/runnable_utils.h"
Expand Down
5 changes: 0 additions & 5 deletions gfx/2d/DrawTargetCairo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "HelpersCairo.h"
#include "BorrowedContext.h"
#include "FilterNodeSoftware.h"
#include "mozilla/Scoped.h"
#include "mozilla/UniquePtr.h"
#include "mozilla/Vector.h"
#include "mozilla/StaticPrefs_gfx.h"
Expand Down Expand Up @@ -50,10 +49,6 @@
#define CAIRO_COORD_MAX (Float(0x7fffff))

namespace mozilla {

MOZ_TYPE_SPECIFIC_SCOPED_POINTER_TEMPLATE(ScopedCairoSurface, cairo_surface_t,
cairo_surface_destroy);

namespace gfx {

cairo_surface_t* DrawTargetCairo::mDummySurface;
Expand Down
225 changes: 0 additions & 225 deletions mfbt/Scoped.h

This file was deleted.

1 change: 0 additions & 1 deletion mfbt/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ EXPORTS.mozilla = [
"ReverseIterator.h",
"RollingMean.h",
"Saturate.h",
"Scoped.h",
"ScopeExit.h",
"SegmentedVector.h",
"SHA1.h",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "mozilla/HangTypes.h"
#include "mozilla/IntegerPrintfMacros.h"
#include "mozilla/MemoryChecking.h"
#include "mozilla/Scoped.h"
#include "mozilla/Sprintf.h"
#include "mozilla/UniquePtr.h"
#include "nsThread.h"
Expand Down
1 change: 0 additions & 1 deletion xpcom/build/LateWriteChecks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "mozilla/PoisonIOInterposer.h"
#include "mozilla/ProcessedStack.h"
#include "mozilla/SHA1.h"
#include "mozilla/Scoped.h"
#include "mozilla/StaticPtr.h"
#include "mozilla/Telemetry.h"
#include "mozilla/Unused.h"
Expand Down

0 comments on commit b049969

Please sign in to comment.