devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1f8789644b89b284931e1b029f8d2e3266277e78
commit 1f8789644b89b284931e1b029f8d2e3266277e78 Author: Chris Michael <[email protected]> Date: Mon Nov 18 12:52:38 2013 +0000 Remove read code. Fixes Coverity CID1039498 Signed-off-by: Chris Michael <[email protected]> --- src/lib/evas/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/evas/main.c b/src/lib/evas/main.c index caf8de1..92e927c 100644 --- a/src/lib/evas/main.c +++ b/src/lib/evas/main.c @@ -156,5 +156,4 @@ evas_debug_magic_string_get(DATA32 magic) default: return "<UNKNOWN>"; }; - return "<UNKNOWN>"; } --
