From 763bd4410dec78eb5ab494a7c8f5b09ff920ae50 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Mon, 8 Apr 2019 15:12:18 -0700 Subject: Remove async support --- test-lib.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test-lib.c') diff --git a/test-lib.c b/test-lib.c index ca3c433..d9a3177 100644 --- a/test-lib.c +++ b/test-lib.c @@ -32,8 +32,3 @@ int syncTest(char *testName, char *errMsg, syncTestHandler_t callback) { return status; } } - -void asyncTest(char *testName, char *errMsg, asyncTestHandler_t callback) { - printf("Running %s\n", testName); - callback(printPass, printFail, errMsg); -} -- cgit v1.2.3