gdb: Remove casts of NULL during assignment.
[deliverable/binutils-gdb.git] / gdb / dbxread.c
index 029b98e38cf52ff3ce5e5aa68f462ebb984f344a..dd81ec8c49e8b3169fee6b11824f144eb7c324e0 100644 (file)
@@ -2341,7 +2341,7 @@ dbx_end_psymtab (struct objfile *objfile, struct partial_symtab *pst,
       discard_psymtab (objfile, pst);
 
       /* Indicate that psymtab was thrown away.  */
-      pst = (struct partial_symtab *) NULL;
+      pst = NULL;
     }
   return pst;
 }
This page took 0.029373 seconds and 4 git commands to generate.