GNOME Bugzilla – Bug 668355
rtpsession: dead code in check_collision handling
Last modified: 2013-02-07 14:08:18 UTC
There seems to be some possibly dead code in check_collision (following FIXME). Not sure what has been the evolution here, and whether it is really dead, is acceptably so, or other parts should give it a chance.
Where do you see dead code exactly ?
See the large if statement before the FIXME comment in check_collision. It looks like every possible branch there results in a return statement, so the code following the if is then never executed. If course, I could be blatantly misreading. If so, merely point out a branch/path that does make it through and this is INVALID (or so), otherwise there really is dead code.
commit 2971ed44eeef9d910333122c393b3ecb6e281916 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Thu Feb 7 15:06:40 2013 +0100 rtpsession: remove dead code Fixes https://bugzilla.gnome.org/show_bug.cgi?id=668355