Skip to content

Commit 5345f7f

Browse files
committed
remove commented out lines
1 parent 8b2ecb8 commit 5345f7f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

google/cloud/spanner/internal/session_pool_test.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ TEST_F(SessionPoolTest, Multiplexed) {
146146

147147
google::cloud::internal::AutomaticallyCreatedBackgroundThreads threads;
148148
auto pool = MakeTestSessionPool(db, {mock}, threads.cq(), {});
149-
// Options{}.set<spanner::EnableMultiplexedSessionOption>({}));
150149
auto session = pool->Multiplexed();
151150
ASSERT_STATUS_OK(session);
152151
EXPECT_EQ((*session)->session_name(), "multiplexed");
@@ -315,7 +314,6 @@ TEST_F(SessionPoolTest, MultiplexedLabels) {
315314
auto pool = MakeTestSessionPool(
316315
db, {mock}, threads.cq(),
317316
Options{}.set<spanner::SessionPoolLabelsOption>(std::move(labels)));
318-
// .set<spanner::EnableMultiplexedSessionOption>({}));
319317
auto session = pool->Multiplexed();
320318
ASSERT_STATUS_OK(session);
321319
EXPECT_EQ((*session)->session_name(), "multiplexed");

0 commit comments

Comments
 (0)