Remove unused function

This commit is contained in:
doyle 2021-09-25 13:23:29 +10:00
parent c5bb86cabc
commit b9e91b5497
1 changed files with 0 additions and 4 deletions

View File

@ -123,10 +123,6 @@ void Dqn_TestBegin(Dqn_Test *state, char const *fmt, ...)
va_end(args);
}
void Dqn_TestFinalize(Dqn_Test const *result)
{
}
Dqn_Test Dqn_Test_Array()
{
Dqn_Test test = {};