From a28ad85514147e1e670dab5237f66d779397d2c8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 19 Sep 2024 13:55:49 +0200 Subject: [PATCH] Delete unused Singular.NCRing (#830) It serves no purpose but causes confusion. --- src/AbstractTypes.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/AbstractTypes.jl b/src/AbstractTypes.jl index fd89b0204..d257b034b 100644 --- a/src/AbstractTypes.jl +++ b/src/AbstractTypes.jl @@ -1,7 +1,5 @@ abstract type Set <: AbstractAlgebra.Set end -abstract type NCRing <: AbstractAlgebra.NCRing end - abstract type Ring <: AbstractAlgebra.Ring end abstract type Field <: AbstractAlgebra.Field end