Do not pass NULL for the string in catch_errors
[deliverable/binutils-gdb.git] / gdb / linux-nat.h
index 81b3ded2b014a262d299664210bfc5247d0c7ed8..f7b45f7bc6935bfae0187b6eb9506d791b757fcb 100644 (file)
@@ -116,7 +116,6 @@ struct lwp_info
 extern struct lwp_info *lwp_list;
 
 /* Does the current host support PTRACE_GETREGSET?  */
-enum tribool { TRIBOOL_UNKNOWN = -1, TRIBOOL_FALSE = 0, TRIBOOL_TRUE = 1 };
 extern enum tribool have_ptrace_getregset;
 
 /* Iterate over each active thread (light-weight process).  */
This page took 0.024982 seconds and 4 git commands to generate.