cleanup code: remove unnecessary and useless void cast

from void-function skip_string().
This commit is contained in:
Ralf S. Engelschall 2007-02-04 20:07:07 +00:00
parent 0c9dffd3af
commit 865b0cf06c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166503

View File

@ -114,7 +114,7 @@ c_entries(void)
*/
case '"':
case '\'':
(void)skip_string(c);
skip_string(c);
break;
/*