aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2018-12-19 11:22:17 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2018-12-19 11:22:17 +0000
commit0d8a473144b608fc3812dae5602d73e5724da741 (patch)
tree2935147783fb6126a6e4f54392ecc23cef8b3cb5 /include
parentcbc451622e5830da2503d386eaa35b618b610dcb (diff)
parent125d58c4c065e27c7764ed9f05236f70fc7a5788 (diff)
downloadtf-a-tests-0d8a473144b608fc3812dae5602d73e5724da741.tar.gz
Merge "Make tests output more concise and clearer"
Diffstat (limited to 'include')
-rw-r--r--include/lib/tftf_lib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/lib/tftf_lib.h b/include/lib/tftf_lib.h
index 97b6f411d..40955d347 100644
--- a/include/lib/tftf_lib.h
+++ b/include/lib/tftf_lib.h
@@ -36,8 +36,6 @@ typedef enum {
TEST_RESULT_MAX
} test_result_t;
-const char *test_result_to_string(test_result_t result);
-
#define TEST_RESULT_IS_VALID(result) \
((result >= TEST_RESULT_MIN) && (result < TEST_RESULT_MAX))