Refactor to avoid redundant obj_CheckAssertions function

This commit is contained in:
Rangi42
2024-03-27 16:19:01 -04:00
parent dcb4e40388
commit 506911d7d0
7 changed files with 38 additions and 54 deletions

View File

@@ -10,11 +10,6 @@
*/
void obj_ReadFile(char const *fileName, unsigned int i);
/*
* Evaluate all assertions
*/
void obj_CheckAssertions();
/*
* Sets up object file reading
* @param nbFiles The number of object files that will be read