Skip to content

Commit

Permalink
Clean up scoped_ptr (#3826)
Browse files Browse the repository at this point in the history
b/291356560
  • Loading branch information
alexanderbobrovnik authored Jul 15, 2024
1 parent 353d095 commit ad07409
Show file tree
Hide file tree
Showing 59 changed files with 129 additions and 875 deletions.
1 change: 0 additions & 1 deletion starboard/android/shared/audio_track_audio_sink_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "starboard/audio_sink.h"
#include "starboard/common/log.h"
#include "starboard/common/mutex.h"
#include "starboard/common/scoped_ptr.h"
#include "starboard/configuration.h"
#include "starboard/shared/internal_only.h"
#include "starboard/shared/starboard/audio_sink/audio_sink_internal.h"
Expand Down
2 changes: 0 additions & 2 deletions starboard/common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ static_library("common") {
"media.h",
"metrics/stats_tracker.cc",
"metrics/stats_tracker.h",
"move.h",
"murmurhash2.cc",
"murmurhash2.h",
"mutex.cc",
Expand All @@ -81,7 +80,6 @@ static_library("common") {
"reuse_allocator_base.h",
"rwlock.cc",
"rwlock.h",
"scoped_ptr.h",
"semaphore.cc",
"semaphore.h",
"socket.cc",
Expand Down
209 changes: 0 additions & 209 deletions starboard/common/move.h

This file was deleted.

Loading

0 comments on commit ad07409

Please sign in to comment.