mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
comment out unused function
This commit is contained in:
parent
6557caa9e3
commit
8948e9c385
1 changed files with 4 additions and 4 deletions
|
@ -35,10 +35,10 @@ static std::vector<byte> vec(const char *str)
|
|||
return std::vector<byte>((byte *) str, (byte *) str + strlen(str));
|
||||
}
|
||||
|
||||
static std::string str(const std::vector<byte> &vec)
|
||||
{
|
||||
return std::string((char *) vec.data(), vec.size());
|
||||
}
|
||||
// static std::string str(const std::vector<byte> &vec)
|
||||
// {
|
||||
// return std::string((char *) vec.data(), vec.size());
|
||||
// }
|
||||
|
||||
Test(base64, encoding)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue