cleanup from last

This commit is contained in:
Chris Punches
2025-03-11 01:08:55 -04:00
parent 368b751a63
commit e2a7390064
5 changed files with 13 additions and 34 deletions

View File

@@ -145,9 +145,6 @@ Command parse_command(const char* cmd_str) {
return CMD_UNKNOWN;
}
/**
* @brief Validates the build options
*/
int validate_build_options(const BuildOptions& options) {
// Check if contents directory is provided and exists
if (options.contents_dir.empty()) {