Skip to content

Commit 88049fb

Browse files
author
Emerson Knapp
committed
Remove unused variable
Signed-off-by: Emerson Knapp <[email protected]>
1 parent 1ab6744 commit 88049fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rcl/test/rcl/test_events.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ TEST_F(CLASSNAME(TestEventFixture, RMW_IMPLEMENTATION), test_unsupported_livelin
350350
rmw_time_t deadline {0, 0};
351351
rmw_time_t lifespan {0, 0};
352352
rmw_time_t lease_duration {0, 0};
353-
rmw_time_t nonzero_lease_duration {1, 0};
354353
rmw_qos_liveliness_policy_t liveliness_policy = RMW_QOS_POLICY_LIVELINESS_MANUAL_BY_NODE;
355354
EXPECT_EQ(RCL_RET_ERROR,
356355
setup_subscriber(deadline, lifespan, lease_duration, liveliness_policy)) <<

0 commit comments

Comments
 (0)