summaryrefslogtreecommitdiff
path: root/test-lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-lib.c')
-rw-r--r--test-lib.c5
1 files changed, 0 insertions, 5 deletions
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);
-}