Remove objfile argument from add_dyn_prop
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 5942b5ad48cc68df17424afc7a84f7a78d18580a..712b16b6989d48b66d04f8ca5ec45d78b3f7ab84 100644 (file)
@@ -1841,11 +1841,10 @@ extern struct dynamic_prop *get_dyn_prop
 /* * Given a dynamic property PROP of a given KIND, add this dynamic
    property to the given TYPE.
 
-   This function assumes that TYPE is objfile-owned, and that OBJFILE
-   is the TYPE's objfile.  */
+   This function assumes that TYPE is objfile-owned.  */
 extern void add_dyn_prop
   (enum dynamic_prop_node_kind kind, struct dynamic_prop prop,
-   struct type *type, struct objfile *objfile);
+   struct type *type);
 
 extern void remove_dyn_prop (enum dynamic_prop_node_kind prop_kind,
                              struct type *type);
This page took 0.023743 seconds and 4 git commands to generate.