Remove stale comments
[deliverable/binutils-gdb.git] / gdb / ax.h
index 4b9022952ee34db959640528adb42264fb560b70..dbbfa0bc383ed0ea262c289e8a9fc4b69ddf2a6d 100644 (file)
--- a/gdb/ax.h
+++ b/gdb/ax.h
@@ -168,13 +168,7 @@ struct agent_expr
   };
 
 /* An agent_expr owning pointer.  */
-typedef gdb::unique_ptr<agent_expr> agent_expr_up;
-
-/* Pointer to an agent_expr structure.  */
-typedef struct agent_expr *agent_expr_p;
-
-/* Vector of pointers to agent expressions.  */
-DEF_VEC_P (agent_expr_p);
+typedef std::unique_ptr<agent_expr> agent_expr_up;
 
 /* The actual values of the various bytecode operations.  */
 
This page took 0.022913 seconds and 4 git commands to generate.