14
14
15
15
#include " databento/constants.hpp"
16
16
#include " databento/datetime.hpp"
17
- #include " databento/dbn_decoder.hpp"
18
17
#include " databento/dbn_file_store.hpp"
19
18
#include " databento/detail/dbn_buffer_decoder.hpp"
20
19
#include " databento/detail/json_helpers.hpp"
24
23
#include " databento/log.hpp"
25
24
#include " databento/metadata.hpp"
26
25
#include " databento/timeseries.hpp"
27
- #include " dbn_constants.hpp"
28
26
29
27
using databento::Historical;
30
28
@@ -676,7 +674,6 @@ double Historical::MetadataGetCost(
676
674
const std::string& dataset, const DateTimeRange<UnixNanos>& datetime_range,
677
675
const std::vector<std::string>& symbols, Schema schema, FeedMode mode,
678
676
SType stype_in, std::uint64_t limit) {
679
- static const std::string kPath = ::BuildMetadataPath (" .get_cost" );
680
677
httplib::Params params{
681
678
{" dataset" , dataset},
682
679
{" start" , ToString (datetime_range.start )},
@@ -693,7 +690,6 @@ double Historical::MetadataGetCost(
693
690
const DateTimeRange<std::string>& datetime_range,
694
691
const std::vector<std::string>& symbols, Schema schema, FeedMode mode,
695
692
SType stype_in, std::uint64_t limit) {
696
- static const std::string kPath = ::BuildMetadataPath (" .get_cost" );
697
693
httplib::Params params{
698
694
{" dataset" , dataset},
699
695
{" start" , datetime_range.start },
0 commit comments