Skip to content

Commit bc17356

Browse files
committed
Code cleanup
Signed-off-by: Carlos Quiroz <[email protected]>
1 parent dc91ecb commit bc17356

File tree

4 files changed

+4
-460
lines changed

4 files changed

+4
-460
lines changed

core/src/main/scala-2/spire/syntax/Syntax.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@ trait FieldSyntax extends EuclideanRingSyntax with MultiplicativeGroupSyntax
151151

152152
trait NRootSyntax {
153153
implicit def nrootOps[A: NRoot](a: A): NRootOps[A] = new NRootOps(a)
154-
155-
// implicit def literalIntNRootOps(lhs: Int): LiteralIntNRootOps = new LiteralIntNRootOps(lhs)
156-
// implicit def literalLongNRootOps(lhs: Long): LiteralLongNRootOps = new LiteralLongNRootOps(lhs)
157-
// implicit def literalDoubleNRootOps(lhs: Double): LiteralDoubleNRootOps = new LiteralDoubleNRootOps(lhs)
158154
}
159155

160156
trait LeftModuleSyntax extends RingSyntax {

core/src/main/scala-2/spire/syntax/std/StdOps.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,3 @@ class LiteralBigIntOps(val lhs: BigInt) extends AnyVal {
7171
def %(rhs: Number): Number = Number(lhs).emod(rhs)
7272
def /%(rhs: Number): (Number, Number) = Number(lhs).equotmod(rhs)
7373
}
74-

0 commit comments

Comments
 (0)