Skip to content
Snippets Groups Projects
Commit 698c6ffb authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#5286] Code cleanup

parent b238b2d6
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ void YamlEmitter::open() throw(YamlEmitterException)
}
}
void YamlEmitter::close() throw(YamlEmitterException) {
void YamlEmitter::close() throw(YamlEmitterException)
{
_debug ("YamlEmitter: Close");
......@@ -91,13 +91,6 @@ void YamlEmitter::close() throw(YamlEmitterException) {
}
void YamlEmitter::read() {}
void YamlEmitter::write()
{
}
void YamlEmitter::serializeData() throw(YamlEmitterException)
{
// Document object is destroyed once its content is emitted
......
......@@ -73,10 +73,6 @@ class YamlEmitter
void close() throw(YamlEmitterException);
void read();
void write();
void serializeAccount (MappingNode *map) throw(YamlEmitterException);
void serializePreference (MappingNode *map) throw(YamlEmitterException);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment