aboutsummaryrefslogtreecommitdiffstats
path: root/src/zdiv.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/zdiv.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/zdiv.c b/src/zdiv.c
deleted file mode 100644
index 5566bb1..0000000
--- a/src/zdiv.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* See LICENSE file for copyright and license details. */
-#include "internals.h"
-
-
-void
-zdiv(z_t a, z_t b, z_t c)
-{
- zdivmod(a, libzahl_tmp_div, b, c);
-}