Skip to content

Commit

Permalink
remove redundant formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-racek-swi committed Oct 14, 2024
1 parent 8b7bb7c commit dcf5718
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions reducer/otlp_grpc_publisher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#include <reducer/internal_stats.h>
#include <util/time.h>

template <> struct fmt::formatter<grpc::StatusCode> : fmt::ostream_formatter {
};
namespace reducer {

OtlpGrpcPublisher::OtlpGrpcPublisher(size_t num_writer_threads, const std::string &server_address_and_port)
Expand Down
2 changes: 0 additions & 2 deletions util/nomad_metadata.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

#include <absl/strings/match.h>

template <> struct fmt::formatter<nlohmann::json_abi_v3_11_3::basic_json<>> : fmt::ostream_formatter {};

const std::string NOMAD_NAMESPACE_VAR = "NOMAD_NAMESPACE";
const std::string NOMAD_GROUP_NAME_VAR = "NOMAD_GROUP_NAME";
const std::string NOMAD_TASK_NAME_VAR = "NOMAD_TASK_NAME";
Expand Down

0 comments on commit dcf5718

Please sign in to comment.