Skip to content

Commit

Permalink
clean unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
gcontini committed May 19, 2021
1 parent 6bd24f7 commit 161d766
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/library/locate/EnvironmentVarData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const vector<string> EnvironmentVarData::license_locations(EventRegistry &eventR
const std::string EnvironmentVarData::retrieve_license_content(const std::string &licenseLocation) const {
string env_val = getenv(LCC_LICENSE_LOCATION_ENV_VAR);
if (isBase64) {
int flen = 0;
vector<uint8_t> data = unbase64(env_val);
string str = string(reinterpret_cast<char *>(data.data()));
return str;
Expand Down

0 comments on commit 161d766

Please sign in to comment.