Skip to content

Commit

Permalink
remove the pull lease manager from cmake and bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed Dec 27, 2023
1 parent b32a25e commit 35f5880
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions google/cloud/pubsub/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ add_library(
internal/publisher_tracing_connection.h
internal/publisher_tracing_stub.cc
internal/publisher_tracing_stub.h
internal/pull_lease_manager.cc
internal/pull_lease_manager.h
internal/rejects_with_ordering_key.cc
internal/rejects_with_ordering_key.h
internal/schema_auth_decorator.cc
Expand Down Expand Up @@ -388,7 +386,6 @@ function (google_cloud_cpp_pubsub_client_define_tests)
internal/ordering_key_publisher_connection_test.cc
internal/publisher_stub_factory_test.cc
internal/publisher_tracing_connection_test.cc
internal/pull_lease_manager_test.cc
internal/rejects_with_ordering_key_test.cc
internal/sequential_batch_sink_test.cc
internal/session_shutdown_manager_test.cc
Expand Down
2 changes: 0 additions & 2 deletions google/cloud/pubsub/google_cloud_cpp_pubsub.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ google_cloud_cpp_pubsub_hdrs = [
"internal/publisher_stub_factory.h",
"internal/publisher_tracing_connection.h",
"internal/publisher_tracing_stub.h",
"internal/pull_lease_manager.h",
"internal/rejects_with_ordering_key.h",
"internal/schema_auth_decorator.h",
"internal/schema_connection_impl.h",
Expand Down Expand Up @@ -195,7 +194,6 @@ google_cloud_cpp_pubsub_srcs = [
"internal/publisher_stub_factory.cc",
"internal/publisher_tracing_connection.cc",
"internal/publisher_tracing_stub.cc",
"internal/pull_lease_manager.cc",
"internal/rejects_with_ordering_key.cc",
"internal/schema_auth_decorator.cc",
"internal/schema_connection_impl.cc",
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/pubsub/internal/default_pull_ack_handler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// limitations under the License.

#include "google/cloud/pubsub/internal/default_pull_ack_handler.h"
#include "google/cloud/pubsub/internal/default_pull_lease_manager.h"
#include "google/cloud/pubsub/internal/exactly_once_policies.h"
#include "google/cloud/pubsub/internal/pull_lease_manager.h"
#include "google/cloud/pubsub/options.h"
#include "google/cloud/internal/async_retry_loop.h"
#include <google/pubsub/v1/pubsub.pb.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

#include "google/cloud/pubsub/internal/default_pull_ack_handler.h"
#include "google/cloud/pubsub/internal/pull_lease_manager.h"
#include "google/cloud/pubsub/internal/default_pull_lease_manager.h"
#include "google/cloud/pubsub/options.h"
#include "google/cloud/pubsub/retry_policy.h"
#include "google/cloud/pubsub/testing/mock_subscriber_stub.h"
Expand Down
1 change: 0 additions & 1 deletion google/cloud/pubsub/pubsub_client_unit_tests.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ pubsub_client_unit_tests = [
"internal/ordering_key_publisher_connection_test.cc",
"internal/publisher_stub_factory_test.cc",
"internal/publisher_tracing_connection_test.cc",
"internal/pull_lease_manager_test.cc",
"internal/rejects_with_ordering_key_test.cc",
"internal/sequential_batch_sink_test.cc",
"internal/session_shutdown_manager_test.cc",
Expand Down

0 comments on commit 35f5880

Please sign in to comment.