Skip to content

Commit

Permalink
fix(push): remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Nov 15, 2021
1 parent 91dd416 commit 4a10895
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions push/src/gateway.cc
Expand Up @@ -18,9 +18,6 @@

namespace prometheus {

static const char CONTENT_TYPE[] =
"Content-Type: text/plain; version=0.0.4; charset=utf-8";

Gateway::Gateway(const std::string& host, const std::string& port,
const std::string& jobname, const Labels& labels,
const std::string& username, const std::string& password) {
Expand Down

0 comments on commit 4a10895

Please sign in to comment.