From 22963acfd464b0ee637a71d9ef7ed14cc22bb6dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 7 Oct 2006 18:55:59 +0000 Subject: [PATCH] Remove dup return. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18321 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/imath/imrat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/des/imath/imrat.c b/lib/des/imath/imrat.c index 768b31a5a..1ec9bef78 100755 --- a/lib/des/imath/imrat.c +++ b/lib/des/imath/imrat.c @@ -437,7 +437,6 @@ mp_result mp_rat_sub_int(mp_rat a, mp_int b, mp_rat c) CLEANUP: mp_int_clear(&tmp); return res; - return MP_OK; } /* }}} */