Skip to content

Commit

Permalink
Delete unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Oct 19, 2017
1 parent c89a90e commit a1b5e35
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/SWFFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,6 @@ namespace SWF {

xmlFreeDoc(doc);
return length;

fail:
if (doc) {
xmlFreeDoc(doc);
}

return 0;
}

#define MAX_BUFFER 1000000
Expand Down

0 comments on commit a1b5e35

Please sign in to comment.