* typeck2.c (digest_init_r): Remove commented code.

From-SVN: r268779
This commit is contained in:
Marek Polacek 2019-02-11 19:46:54 +00:00 committed by Marek Polacek
parent 62b835cd8b
commit f9fb2d275e
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2019-02-11 Marek Polacek <polacek@redhat.com>
* typeck2.c (digest_init_r): Remove commented code.
2019-02-11 Martin Sebor <msebor@redhat.com>
PR c++/87996

View file

@ -1099,7 +1099,6 @@ digest_init_r (tree type, tree init, int nested, int flags,
tree typ1 = TYPE_MAIN_VARIANT (TREE_TYPE (type));
if (char_type_p (typ1)
/*&& init */
&& TREE_CODE (stripped_init) == STRING_CST)
{
tree char_type = TYPE_MAIN_VARIANT (TREE_TYPE (TREE_TYPE (init)));