summaryrefslogtreecommitdiffstatshomepage
path: root/py/intdivmod.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/intdivmod.h')
-rw-r--r--py/intdivmod.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/py/intdivmod.h b/py/intdivmod.h
deleted file mode 100644
index 7716bd21e9..0000000000
--- a/py/intdivmod.h
+++ /dev/null
@@ -1,4 +0,0 @@
-// Functions for integer modulo and floor division
-
-machine_int_t python_modulo(machine_int_t dividend, machine_int_t divisor);
-machine_int_t python_floor_divide(machine_int_t num, machine_int_t denom);