From 49e24df51c87cf5f5fa35ef35f243d1f18db4e10 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Fri, 6 Jul 2018 13:03:15 -0700 Subject: [PATCH] test: remove leftover spdk_cunit declaration The function itself was removed, but the declaration in the header was left behind. Change-Id: Idbff42c197ef56e65fa92c6795306d9326381cf9 Fixes: ca1de9eb7593 ("test: remove spdk_cunit library") Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/418231 Tested-by: SPDK Automated Test System Reviewed-by: Jim Harris Reviewed-by: Ben Walker --- test/spdk_cunit.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/spdk_cunit.h b/test/spdk_cunit.h index 0d0ecf1d1..6696bff35 100644 --- a/test/spdk_cunit.h +++ b/test/spdk_cunit.h @@ -53,6 +53,4 @@ } \ } while (0) -int spdk_cunit_print_results(const char *filename); - #endif /* SPDK_CUNIT_H */