mirror of https://github.com/Icinga/icinga2.git
Removed obsolete comment.
This commit is contained in:
parent
83772d4386
commit
28e58df3aa
|
@ -361,7 +361,6 @@ void DynamicObject::DumpObjects(const String& filename)
|
|||
Value value = persistentObject;
|
||||
String json = value.Serialize();
|
||||
|
||||
/* This is quite ugly, unfortunatelly NetString requires an IOQueue object */
|
||||
NetString::WriteStringToStream(sfp, json);
|
||||
|
||||
size_t count;
|
||||
|
|
Loading…
Reference in New Issue