Skip to content

Commit

Permalink
internal changes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 709111944
  • Loading branch information
ftsui authored and copybara-github committed Dec 23, 2024
1 parent dbc81e9 commit d6f26b9
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 39 deletions.
13 changes: 0 additions & 13 deletions connections/implementation/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -157,19 +157,6 @@ cc_library(
],
)

cc_library(
name = "message_lite",
hdrs = [
"message_lite.h",
],
visibility = [
"//connections:__subpackages__",
],
deps = [
"@com_google_protobuf//:protobuf_lite",
],
)

cc_library(
name = "internal_test",
testonly = True,
Expand Down
20 changes: 0 additions & 20 deletions connections/implementation/message_lite.h

This file was deleted.

2 changes: 0 additions & 2 deletions connections/implementation/offline_frames.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "connections/implementation/offline_frames.h"

#include <cstdint>
#include <memory>
#include <string>
#include <utility>
#include <vector>
Expand All @@ -36,7 +35,6 @@ namespace {

using ExceptionOrOfflineFrame =
ExceptionOr<::location::nearby::connections::OfflineFrame>;
using MessageLite = ::google::protobuf::MessageLite;
using ::location::nearby::connections::BandwidthUpgradeNegotiationFrame;
using ::location::nearby::connections::ConnectionRequestFrame;
using ::location::nearby::connections::ConnectionResponseFrame;
Expand Down
1 change: 0 additions & 1 deletion internal/crypto/ed25519_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <string>

#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
#include "absl/strings/escaping.h"

Expand Down
1 change: 0 additions & 1 deletion sharing/analytics/analytics_recorder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "sharing/proto/enums.pb.h"
#include "sharing/share_target.h"
#include "sharing/wifi_credentials_attachment.h"
#include "google/protobuf/repeated_ptr_field.h"

namespace nearby {
namespace sharing {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
#include "sharing/proto/rpc_resources.pb.h"
#include "sharing/scheduling/nearby_share_scheduler.h"
#include "sharing/scheduling/nearby_share_scheduler_factory.h"
#include "google/protobuf/repeated_ptr_field.h"

namespace nearby {
namespace sharing {
Expand Down
1 change: 0 additions & 1 deletion sharing/nearby_sharing_service_impl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
#include "sharing/transfer_metadata_matchers.h"
#include "sharing/transfer_update_callback.h"
#include "sharing/wifi_credentials_attachment.h"
#include "google/protobuf/repeated_ptr_field.h"

namespace nearby::sharing {
namespace {
Expand Down

0 comments on commit d6f26b9

Please sign in to comment.