Skip to content

Commit 2fdb04b

Browse files
committed
DEL: Remove stale include and comment
1 parent 0fdd814 commit 2fdb04b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

include/databento/live_blocking.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <optional>
88
#include <string>
99
#include <string_view>
10-
#include <utility> // pair
1110
#include <vector>
1211

1312
#include "databento/datetime.hpp" // UnixNanos
@@ -40,8 +39,6 @@ class LiveBlocking {
4039
std::uint16_t Port() const { return port_; }
4140
bool SendTsOut() const { return send_ts_out_; }
4241
VersionUpgradePolicy UpgradePolicy() const { return upgrade_policy_; }
43-
// The the first member of the pair will be true, when the heartbeat interval
44-
// was overridden.
4542
std::optional<std::chrono::seconds> HeartbeatInterval() const {
4643
return heartbeat_interval_;
4744
}

include/databento/live_threaded.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <optional>
88
#include <string>
99
#include <string_view>
10-
#include <utility> // pair
1110
#include <vector>
1211

1312
#include "databento/datetime.hpp" // UnixNanos
@@ -53,8 +52,6 @@ class LiveThreaded {
5352
std::uint16_t Port() const;
5453
bool SendTsOut() const;
5554
VersionUpgradePolicy UpgradePolicy() const;
56-
// The the first member of the pair will be true, when the heartbeat interval
57-
// was overridden.
5855
std::optional<std::chrono::seconds> HeartbeatInterval() const;
5956
const std::vector<LiveSubscription>& Subscriptions() const;
6057
std::vector<LiveSubscription>& Subscriptions();

0 commit comments

Comments
 (0)