piql / afs

Archival File System
GNU General Public License v3.0
13 stars 5 forks source link

Refactored the code of the load_file methods to not check if document was allocated. #9

Closed dlemstra closed 4 years ago

dlemstra commented 4 years ago

This pull request removes the checks to test if document == NULL and the unnecessary call to mxmlDelete(document). The various _xml( methods already check if document is null and will return false when this happens.