We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f440d5b commit a7d8192Copy full SHA for a7d8192
code/logic/unittest.c
@@ -412,9 +412,6 @@ void fossil_test_message(fossil_test_env_t *env) {
412
413
// Summary function for test results
414
void fossil_test_summary(fossil_test_env_t *env) {
415
- int total_tests = 0;
416
- double total_time = 0.0;
417
-
418
test_suite_t *suite = env->test_suites;
419
while (suite != NULL) {
420
test_case_t *test = suite->tests;
0 commit comments