gdb: Remove casts of NULL during assignment.
[deliverable/binutils-gdb.git] / gdb / p-valprint.c
index a0b99f8350473793d485b43280afdc9359774170..0ceddd1faa3f6c146a0c25651f4e8ce189a65048 100644 (file)
@@ -239,9 +239,9 @@ pascal_val_print (struct type *type, const gdb_byte *valaddr,
          if (vt_address && options->vtblprint)
            {
              struct value *vt_val;
-             struct symbol *wsym = (struct symbol *) NULL;
+             struct symbol *wsym = NULL;
              struct type *wtype;
-             struct block *block = (struct block *) NULL;
+             struct block *block = NULL;
              struct field_of_this_result is_this_fld;
 
              if (want_space)
This page took 0.025499 seconds and 4 git commands to generate.