Unify actions and commands
[deliverable/binutils-gdb.git] / gdb / tracepoint.h
index 1ae5c6cbe1f8e2f294cfe4c90ff5095b0094d02b..9d0d78e20b42d23c1e7b094a9885324655bbecbe 100644 (file)
 #if !defined (TRACEPOINT_H)
 #define TRACEPOINT_H 1
 
-/* The data structure for an action: */
-struct action_line
-  {
-    struct action_line *next;
-    char *action;
-  };
-
 enum actionline_type
   {
     BADLINE = -1,
This page took 0.023869 seconds and 4 git commands to generate.