From 4e659044778dfd05a5f5d2b41611e7737a0eb825 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 6 May 2016 19:00:44 +0200 Subject: Make zdiv and zmod (calls zdivmod) inline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/zmod.c | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/zmod.c (limited to 'src/zmod.c') diff --git a/src/zmod.c b/src/zmod.c deleted file mode 100644 index 5807e00..0000000 --- a/src/zmod.c +++ /dev/null @@ -1,9 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -#include "internals.h" - - -void -zmod(z_t a, z_t b, z_t c) -{ - zdivmod(libzahl_tmp_mod, a, b, c); -} -- cgit v1.2.3-70-g09d2