Skip to content

Commit 207139d

Browse files
committed
fix(push): remove unused variable
1 parent d8b3aa9 commit 207139d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

push/src/gateway.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818

1919
namespace prometheus {
2020

21-
static const char CONTENT_TYPE[] =
22-
"Content-Type: text/plain; version=0.0.4; charset=utf-8";
23-
2421
Gateway::Gateway(const std::string& host, const std::string& port,
2522
const std::string& jobname, const Labels& labels,
2623
const std::string& username, const std::string& password) {

0 commit comments

Comments
 (0)