Remove unused variables in ia64*tdep.c
[deliverable/binutils-gdb.git] / gdb / extension.h
index abde5e54e16f19449cc65d74de2d4c9be49f1aad..0c8c4ee93435f3c9c51eaa193458b53a279de663 100644 (file)
@@ -152,7 +152,7 @@ struct ext_lang_type_printers
   DISABLE_COPY_AND_ASSIGN (ext_lang_type_printers);
 
   /* Type-printers from Python.  */
-  void *py_type_printers;
+  void *py_type_printers = nullptr;
 };
 
 /* The return code for some API calls.  */
This page took 0.025061 seconds and 4 git commands to generate.