1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

remove unused variable

This commit is contained in:
Steffen Vogel 2018-12-02 03:23:48 +01:00
parent b882617243
commit ff3fb5c820

View file

@ -50,7 +50,6 @@ std::string Socket::getName()
int Socket::read()
{
int ret;
json_t *j;
json_error_t err;