Skip to content

Remove method GooString::clear

Oliver Sander requested to merge sander/poppler:remove-goostring-clear into master

Use std::string::clear instead. The only difference between the two is that GooString::clear returns the empty string, whereas std::string::clear does not. But apparently this feature of GooString::clear was not used anywhere.

Merge request reports