aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/frv/umodi.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/frv/umodi.c')
-rw-r--r--gcc/config/frv/umodi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/frv/umodi.c b/gcc/config/frv/umodi.c
deleted file mode 100644
index 4ffe5ad8132..00000000000
--- a/gcc/config/frv/umodi.c
+++ /dev/null
@@ -1,4 +0,0 @@
-unsigned int __umodi (unsigned int a, unsigned int b)
-{
- return a % b;
-}