Philippe Mathieu-Daudé
eb9b2ee8f6
hw/display/artist: Remove dead code (CID 1419388 & 1419389)
Coverity reports:
*** CID 1419388: Control flow issues (DEADCODE)
/hw/display/artist.c: 739 in draw_line_xy()
733 if (endy < 0) {
734 endy = 0;
735 }
736
737
738 if (endx < 0) {
>>> CID 1419388: Control flow issues (DEADCODE)
>>> Execution cannot reach this statement: "return;".
739 return;
740 }
741
742 if (endy < 0) {
743 return;
744 }
*** CID 1419389: Control flow issues (DEADCODE)
/hw/display/artist.c: 743 in draw_line_xy()
737
738 if (endx < 0) {
739 return;
740 }
741
742 if (endy < 0) {
>>> CID 1419389: Control flow issues (DEADCODE)
>>> Execution cannot reach this statement: "return;".
743 return;
744 }
745
746 trace_artist_draw_line(startx, starty, endx, endy);
747 draw_line(s, startx, starty, endx, endy, false, -1, -1);
748 }
Fixes: Covertiy CID 1419388 and 1419389 (commit 4765384ce33)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Sven Schnelle <svens@stackframe.org>
Message-Id: <20200214001303.12873-6-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2020-02-18 11:21:47 -08:00
..
2020-02-08 09:29:04 +01:00
2020-01-27 09:44:04 +00:00
2020-02-04 09:00:57 +01:00
2020-01-29 19:28:52 +01:00
2020-02-13 14:30:51 +00:00
2020-01-30 16:02:03 +00:00
2020-02-04 09:00:57 +01:00
2020-02-13 14:14:55 +00:00
2020-02-13 08:31:40 +01:00
2020-01-24 20:59:15 +01:00
2020-01-29 19:28:52 +01:00
2020-02-18 11:21:47 -08:00
2020-02-07 14:04:28 +00:00
2020-02-04 09:00:57 +01:00
2020-02-04 09:01:31 +01:00
2020-01-30 16:02:03 +00:00
2020-02-06 11:13:24 +01:00
2020-02-06 11:02:48 +01:00
2020-01-30 16:02:03 +00:00
2020-02-04 09:01:31 +01:00
2020-02-02 14:07:57 +11:00
2020-01-24 20:59:15 +01:00
2020-01-24 20:59:15 +01:00
2020-02-04 09:01:31 +01:00
2020-01-29 19:28:52 +01:00
2020-01-29 19:28:52 +01:00
2020-01-24 20:59:15 +01:00
2020-01-29 19:28:52 +01:00
2020-01-29 19:28:52 +01:00
2020-02-13 14:14:52 +00:00
2020-01-29 19:28:52 +01:00
2020-02-04 09:00:57 +01:00
2020-01-29 19:28:52 +01:00
2019-10-28 19:06:47 +01:00
2020-02-04 09:00:57 +01:00
2020-01-29 19:28:52 +01:00
2020-01-24 20:59:15 +01:00
2020-01-24 20:59:15 +01:00
2020-02-02 14:07:57 +11:00
2020-02-04 09:00:57 +01:00
2020-02-03 11:33:11 +11:00
2020-01-24 20:59:15 +01:00
2020-02-10 12:01:38 -08:00
2020-02-10 12:01:37 -08:00
2020-01-30 16:02:05 +00:00
2020-01-30 16:02:03 +00:00
2020-02-04 09:00:57 +01:00
2020-01-09 11:41:29 +00:00
2020-01-07 17:24:29 +04:00
2020-02-06 10:38:57 +01:00
2020-01-29 19:28:52 +01:00
2020-01-29 19:28:52 +01:00
2020-02-04 09:00:57 +01:00
2020-02-07 14:04:28 +00:00
2020-02-02 14:07:57 +11:00
2020-01-29 19:28:52 +01:00
2019-08-16 13:31:52 +02:00
2020-02-12 17:20:41 +01:00
2020-02-06 11:55:42 -07:00
2020-01-27 09:44:04 +00:00
2020-01-24 20:59:15 +01:00
2020-01-24 20:59:15 +01:00
2020-02-04 09:00:57 +01:00
2020-01-29 19:28:52 +01:00
2019-12-17 09:01:14 +01:00
2019-12-17 09:01:14 +01:00