summaryrefslogtreecommitdiff
path: root/lib/igt_core.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2016-02-18 00:24:33 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-03-08 17:12:04 +0100
commit78f2ea3bc8ff450ea675919bcd1f3fc5747b8ee8 (patch)
treeef10e9c233bd8e74e6404197734f116e3d6f0b81 /lib/igt_core.h
parent926bcc56f97a5a3bea8d058f2c56bc575eaf024c (diff)
lib/igt_core: remove igt_disable/enable_exit_handlers
No longer needed, and also not really a safe idea. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'lib/igt_core.h')
-rw-r--r--lib/igt_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/igt_core.h b/lib/igt_core.h
index 9d4c9636..9314ae94 100644
--- a/lib/igt_core.h
+++ b/lib/igt_core.h
@@ -667,8 +667,6 @@ typedef void (*igt_exit_handler_t)(int sig);
/* reliable atexit helpers, also work when killed by a signal (if possible) */
void igt_install_exit_handler(igt_exit_handler_t fn);
-void igt_enable_exit_handler(void);
-void igt_disable_exit_handler(void);
/* helpers to automatically reduce test runtime in simulation */
bool igt_run_in_simulation(void);