mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Remove unused variable
This commit is contained in:
parent
accadb5dfb
commit
6705158d31
@ -225,8 +225,6 @@ bool RedisWriter::PrepareObject(const ConfigObject::Ptr& object, Dictionary::Ptr
|
||||
Type::Ptr type = object->GetReflectionType();
|
||||
|
||||
if (type == Endpoint::TypeInstance) {
|
||||
Endpoint::Ptr endpoint = static_pointer_cast<Endpoint>(object);
|
||||
|
||||
checksums->Set("properties_checksum", HashValue(attributes));
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user