Skip to content

Commit

Permalink
Remove deprecated function call
Browse files Browse the repository at this point in the history
xmlSchemaCleanupTypes() is already called by xmlCleanupParser() since a long time.
  • Loading branch information
Mathias Ettinger committed Dec 12, 2022
1 parent 934ba4c commit 27f68c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opensand-conf/src/Configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ std::shared_ptr<OpenSANDConf::DataModel> OpenSANDConf::fromXML(std::shared_ptr<O

error:
xmlFreeDoc(doc);
xmlSchemaCleanupTypes();
xmlCleanupParser();
xmlMemoryDump();

Expand Down

0 comments on commit 27f68c7

Please sign in to comment.