From 0fb09e7f424fc6c82d52051e4640b65ad1c81eff Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 13 Feb 2019 11:35:51 +0100 Subject: lib: Drop IGT_EXIT_TIMEOUT We use the timeout status for when the runner had to kill a testcase, which indicates a more sever issue than an operation failing that we expected to complete within seconds. Since it's unused, drop it. Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- lib/igt_core.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/igt_core.h') diff --git a/lib/igt_core.h b/lib/igt_core.h index 46bc935a..47ffd9e7 100644 --- a/lib/igt_core.h +++ b/lib/igt_core.h @@ -93,13 +93,6 @@ extern char *igt_frame_dump_path; */ #define IGT_TEST_DESCRIPTION(str) const char* __igt_test_description = str -/** - * IGT_EXIT_TIMEOUT: - * - * Exit status indicating a timeout occurred. - */ -#define IGT_EXIT_TIMEOUT 78 - /** * IGT_EXIT_SKIP: * -- cgit v1.2.3