From 045f939e5c491e269d78e382eebfa072a69428f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Mon, 11 Nov 2013 01:02:48 +0000 Subject: [PATCH] [FAST486]: Remove an extra "return TRUE;" svn path=/branches/ntvdm/; revision=60931 --- lib/fast486/opgroups.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/fast486/opgroups.c b/lib/fast486/opgroups.c index f29bf512a00..21aa95e2ed3 100644 --- a/lib/fast486/opgroups.c +++ b/lib/fast486/opgroups.c @@ -2004,9 +2004,6 @@ FAST486_OPCODE_HANDLER(Fast486OpcodeGroup0FBA) /* Return success */ return TRUE; - - return TRUE; } /* EOF */ - -- 2.17.1