remove this, no longer needed

This commit is contained in:
Johnny Cena 2025-08-19 22:18:46 +02:00
parent 05807a052f
commit 6fe454ed25

View File

@ -758,7 +758,6 @@ int main(int argc, char *argv[])
// NOTE: Source of truth is what we have in the examples directories (on validation/update) // NOTE: Source of truth is what we have in the examples directories (on validation/update)
FilePathList list = LoadDirectoryFilesEx(exBasePath, ".c", true); FilePathList list = LoadDirectoryFilesEx(exBasePath, ".c", true);
TraceLog(LOG_INFO, "DEBUG: Working Directory: %s", GetWorkingDirectory());
char *exList = LoadFileText(exCollectionFilePath); char *exList = LoadFileText(exCollectionFilePath);
char *exListUpdated = (char *)RL_CALLOC(REXM_MAX_BUFFER_SIZE, 1); char *exListUpdated = (char *)RL_CALLOC(REXM_MAX_BUFFER_SIZE, 1);
bool listUpdated = false; bool listUpdated = false;
@ -2065,4 +2064,3 @@ const char *GenerateUUIDv4(void)
return uuid; return uuid;
} }