Use of setjmp/longjmp as removed in 2006, but the include remained.
Remove it now.
Fixes: 1bac3b49cd ("Import the current version of talloc...")
Signed-off-by: Jason Andryuk <[email protected]>
---
I truncated the Fixes above. The full line is:
Fixes: 1bac3b49cd ("Import the current version of talloc from the Samba 3
source base. This gives us greater confidence that our talloc implementation
is "known good". Remove the OOM handling from consider_message:
talloc_set_fail_handler is no longer supported.")
---
tools/xenstored/core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/xenstored/core.c b/tools/xenstored/core.c
index 91b2530e5c..835402af81 100644
--- a/tools/xenstored/core.c
+++ b/tools/xenstored/core.c
@@ -35,7 +35,6 @@
#include <getopt.h>
#include <signal.h>
#include <assert.h>
-#include <setjmp.h>
#include <xenevtchn.h>
#include <xen-tools/xenstore-common.h>
--
2.49.0