Skip to content

Commit

Permalink
Remove unused OptionalReleasableLockGuard
Browse files Browse the repository at this point in the history
Signed-off-by: Fredy Wijaya <fredyw@google.com>
  • Loading branch information
fredyw committed May 10, 2024
1 parent 270d6e1 commit 1453afb
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 112 deletions.
1 change: 0 additions & 1 deletion mobile/library/common/event/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ envoy_cc_library(
external_deps = ["abseil_optional"],
repository = "@envoy",
deps = [
"//library/common/thread:lock_guard_lib",
"//library/common/types:c_types_lib",
"@envoy//envoy/event:deferred_deletable",
"@envoy//envoy/event:dispatcher_interface",
Expand Down
2 changes: 0 additions & 2 deletions mobile/library/common/event/provisional_dispatcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

#include "source/common/common/lock_guard.h"

#include "library/common/thread/lock_guard.h"

namespace Envoy {
namespace Event {

Expand Down
15 changes: 0 additions & 15 deletions mobile/library/common/thread/BUILD

This file was deleted.

52 changes: 0 additions & 52 deletions mobile/library/common/thread/lock_guard.h

This file was deleted.

15 changes: 0 additions & 15 deletions mobile/test/common/thread/BUILD

This file was deleted.

27 changes: 0 additions & 27 deletions mobile/test/common/thread/lock_guard_test.cc

This file was deleted.

0 comments on commit 1453afb

Please sign in to comment.