]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cppinit.c
alias.c [...]: Remove unnecessary casts.
[thirdparty/gcc.git] / gcc / cppinit.c
index 0c107b77e988db655cbb784a26bac751c3da0c46..d019ee83ed04a440a0fe2ce3fbe58a1753d127ee 100644 (file)
@@ -130,7 +130,7 @@ cpp_create_reader (enum c_lang lang, hash_table *table)
   /* Initialize this instance of the library if it hasn't been already.  */
   init_library ();
 
-  pfile = (cpp_reader *) xcalloc (1, sizeof (cpp_reader));
+  pfile = xcalloc (1, sizeof (cpp_reader));
 
   cpp_set_lang (pfile, lang);
   CPP_OPTION (pfile, warn_import) = 1;