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-01-20 09:10:23 +01:00
2020-02-18 11:21:47 -08:00
2019-07-05 09:50:33 +02:00
2019-08-22 10:04:20 +02:00
2019-08-22 10:04:20 +02:00
2019-08-22 10:04:20 +02:00
2020-01-24 20:59:15 +01:00
2020-01-24 20:59:15 +01:00
2019-06-12 13:20:20 +02:00
2020-01-24 20:59:15 +01:00
2020-01-24 20:59:15 +01:00
2018-10-15 09:57:33 +02:00
2020-01-24 20:59:15 +01:00
2017-03-27 12:14:45 +02:00
2017-03-17 10:23:44 +01:00
2020-01-24 20:59:15 +01:00
2019-08-16 13:31:52 +02:00
2019-06-12 13:20:20 +02:00
2019-08-16 13:31:52 +02:00
2019-08-16 13:31:52 +02:00
2019-08-16 13:31:52 +02:00
2015-07-24 13:57:45 +02:00
2020-01-24 20:59:15 +01:00
2020-01-24 20:59:15 +01:00
2019-12-16 13:04:46 +01:00
2020-01-27 10:49:51 -08:00
2020-01-24 20:59:15 +01:00
2020-02-04 09:00:57 +01:00
2019-08-16 13:31:52 +02:00
2014-02-04 19:34:30 +01:00
2020-01-24 20:59:15 +01:00
2019-09-07 08:30:34 +02:00
2019-08-16 13:31:52 +02:00
2016-05-12 13:22:24 +01:00
2019-08-16 13:31:52 +02:00
2014-01-31 14:47:33 +00:00
2019-08-16 13:31:52 +02:00
2019-08-16 13:31:52 +02:00
2014-01-31 14:47:33 +00:00
2016-01-29 15:07:24 +00:00
2020-01-02 13:54:57 +04:00
2020-02-13 08:31:40 +01:00
2020-02-13 08:31:40 +01:00
2020-01-24 20:59:15 +01:00
2019-08-16 13:31:53 +02:00
2019-08-16 13:31:52 +02:00
2017-04-24 12:32:12 +01:00
2020-01-24 20:59:15 +01:00
2019-08-16 13:31:52 +02:00
2019-08-16 13:31:52 +02:00
2014-01-31 14:47:33 +00:00
2019-08-16 13:31:52 +02:00
2020-01-24 20:59:15 +01:00
2020-01-27 10:49:51 -08:00
2019-12-18 02:34:13 +01:00
2019-05-13 08:58:55 +02:00
2019-09-19 10:37:46 +02:00
2019-09-19 10:37:46 +02:00
2019-12-18 02:34:13 +01:00
2020-01-24 20:59:15 +01:00
2020-01-24 20:59:15 +01:00
2019-12-18 02:34:13 +01:00
2019-05-29 06:30:45 +02:00
2020-01-24 20:59:15 +01:00
2019-05-29 06:30:45 +02:00
2019-06-12 13:20:20 +02:00
2019-05-29 06:30:45 +02:00
2020-01-24 20:59:15 +01:00
2020-01-24 20:59:15 +01:00
2020-01-24 20:59:15 +01:00
2019-06-12 13:20:21 +02:00
2020-01-24 20:59:15 +01:00
2019-08-16 13:31:52 +02:00
2019-11-21 07:12:28 +01:00