Loader: Don’t duplicate the docstring into the cpp file.

This commit is contained in:
Emmanuel Gil Peyrot 2015-01-06 23:36:48 +00:00
parent bc2212106f
commit 43e699d849
4 changed files with 0 additions and 56 deletions

View file

@ -339,12 +339,6 @@ AppLoader_ELF::AppLoader_ELF(const std::string& filename) : is_loaded(false) {
AppLoader_ELF::~AppLoader_ELF() {
}
/**
* Loads an NCCH file (e.g. from a CCI, or the first NCCH in a CXI)
* @param error_string Pointer to string to put error message if an error has occurred
* @todo Move NCSD parsing out of here and create a separate function for loading these
* @return True on success, otherwise false
*/
ResultStatus AppLoader_ELF::Load() {
LOG_INFO(Loader, "Loading ELF file %s...", filename.c_str());