gdb: Remove casts of NULL during assignment.
[deliverable/binutils-gdb.git] / gdb / c-valprint.c
index 80a75d79db157fef43776d4493540fefff0ac06d..9c96df2002becc81757f0c2e39c79250a60dbead 100644 (file)
@@ -193,9 +193,9 @@ print_unpacked_pointer (struct type *type, struct type *elttype,
       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.03547 seconds and 4 git commands to generate.