Removed obsolete comment.

This commit is contained in:
Gunnar Beutner 2012-12-04 15:37:41 +01:00
parent 83772d4386
commit 28e58df3aa
1 changed files with 0 additions and 1 deletions

View File

@ -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;