Remove unused variable

This commit is contained in:
Jean Flach 2018-12-04 13:05:29 +01:00 committed by Michael Friedrich
parent accadb5dfb
commit 6705158d31
1 changed files with 0 additions and 2 deletions

View File

@ -225,8 +225,6 @@ bool RedisWriter::PrepareObject(const ConfigObject::Ptr& object, Dictionary::Ptr
Type::Ptr type = object->GetReflectionType(); Type::Ptr type = object->GetReflectionType();
if (type == Endpoint::TypeInstance) { if (type == Endpoint::TypeInstance) {
Endpoint::Ptr endpoint = static_pointer_cast<Endpoint>(object);
checksums->Set("properties_checksum", HashValue(attributes)); checksums->Set("properties_checksum", HashValue(attributes));
return true; return true;