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

@ -53,11 +53,6 @@ FileType IdentifyFile(const std::string &filename) {
return FileType::Unknown;
}
/**
* Identifies and loads a bootable file
* @param filename String filename of bootable file
* @return ResultStatus result of function
*/
ResultStatus LoadFile(const std::string& filename) {
LOG_INFO(Loader, "Loading file %s...", filename.c_str());