fix warning / ws_cobra_subscribe does not need a verbose flag

This commit is contained in:
Benjamin Sergeant
2019-04-19 11:45:42 -07:00
parent 7e2c1f274b
commit d34f10b4ea
3 changed files with 3 additions and 7 deletions

View File

@ -57,8 +57,7 @@ namespace ix
const std::string& endpoint,
const std::string& rolename,
const std::string& rolesecret,
const std::string& channel,
bool verbose);
const std::string& channel);
int ws_cobra_to_statsd_main(const std::string& appkey,
const std::string& endpoint,