c: Delete a stray line in asm inline
authorSegher Boessenkool <segher@kernel.crashing.org>
Sat, 8 Dec 2018 22:31:09 +0000 (23:31 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Sat, 8 Dec 2018 22:31:09 +0000 (23:31 +0100)
commitb705502821003ceaaabd8e2093134ab13b903b11
tree7c5b007860a6f8efe830510b902ce669072b4a9a
parent4874b4d26c3ae78b69a51ab490bfba65d69e1323
c: Delete a stray line in asm inline

I noticed I accidentally copied a line too many from the "volatile"
handling to the "inline" handling.  This fixes it.

gcc/c/
* c-parser (c_parser_asm_statement) [RID_INLINE]: Delete stray line
setting "quals".

From-SVN: r266909
gcc/c/ChangeLog
gcc/c/c-parser.c