c: Delete a stray line in asm inline
commit92a63031cf8c2e3e6e8fc044f3254f618eeb961b
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Dec 2018 22:31:09 +0000 (8 22:31 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Dec 2018 22:31:09 +0000 (8 22:31 +0000)
tree7c5b007860a6f8efe830510b902ce669072b4a9a
parentda83b1cb98fc9632b9d3962cba7cec121c347296
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".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266909 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/c/ChangeLog
gcc/c/c-parser.c