gdb: Remove casts of NULL during assignment.
[deliverable/binutils-gdb.git] / gdb / xcoffread.c
index 46958013549110d1d314e81120c27c5178bd6dd4..0d497514cd9a670aed9c6953148e295722e03ad7 100644 (file)
@@ -2108,7 +2108,7 @@ xcoff_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.024273 seconds and 4 git commands to generate.