Call target_can_download_tracepoint if there are tracepoints to download
[external/binutils.git] / gdb / linux-nat.h
index 81b3ded..f7b45f7 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).  */