Victor Toofic
2021-05-20 2d75b7944990f1ce80b3847be1f8dff09df82dad
src/library/locate/EnvironmentVarData.cpp
@@ -48,7 +48,6 @@
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;