summaryrefslogtreecommitdiff
path: root/src/library/scalax/Integral.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scalax/Integral.scala')
-rwxr-xr-xsrc/library/scalax/Integral.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/library/scalax/Integral.scala b/src/library/scalax/Integral.scala
deleted file mode 100755
index 2e80b1bb7b..0000000000
--- a/src/library/scalax/Integral.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-package scalax
-
-trait Integral[T] extends Numeric[T] {
- def quot(x: T, y: T): T
- def rem(x: T, y: T): T
-}