50a8204 Remove objfile argument from add_dyn_prop

Authored and Committed by Tom Tromey 6 years ago
    Remove objfile argument from add_dyn_prop
    
    The objfile argument to add_dyn_prop is redundant, so this patch
    removes it.
    
    2018-01-17  Tom Tromey  <tom@tromey.com>
    
    	* gdbtypes.h (add_dyn_prop): Remove objfile parameter.
    	* gdbtypes.c (add_dyn_prop): Remove objfile parameter.
    	(create_array_type_with_stride): Update.
    	* dwarf2read.c (set_die_type): Update.
    
        
file modified
+7 -0
file modified
+3 -3
file modified
+4 -4
file modified
+2 -3