Tsukasa OI 9b77569146 sim/sh: Remove redundant function declaration
Clang generates a warning if there is a function declaration/definition
with zero arguments.  Such declarations/definitions without a prototype (an
argument list) are deprecated forms of indefinite arguments
("-Wdeprecated-non-prototype").  On the default configuration, it causes a
build failure (unless "--disable-werror" is specified).

But there is another issue.  This function declaration in sim/sh/interp.c
is completely redundant.  This commit just removes that declaration.
2022-10-29 08:13:15 +00:00
..
2022-05-13 14:32:54 +09:30
2022-08-06 08:03:16 +09:30
2022-10-11 15:18:14 +01:00
2022-08-06 08:03:16 +09:30
2022-05-13 14:32:54 +09:30
2022-10-24 17:23:47 +01:00
2022-09-27 11:42:32 -07:00
2022-10-29 08:13:15 +00:00
2022-10-11 15:18:14 +01:00
2022-08-06 08:03:16 +09:30
2022-04-06 11:10:40 -04:00
2022-09-27 11:42:32 -07:00
2022-09-01 10:15:09 -04:00