diff options
Diffstat (limited to 'lib/asn1/src/asn1ct_check.erl')
-rw-r--r-- | lib/asn1/src/asn1ct_check.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/asn1/src/asn1ct_check.erl b/lib/asn1/src/asn1ct_check.erl index 7ed7da2ae7..23794f789a 100644 --- a/lib/asn1/src/asn1ct_check.erl +++ b/lib/asn1/src/asn1ct_check.erl @@ -527,8 +527,6 @@ check_class(S = #state{mname=M,tname=T},ClassSpec) end; check_class(S, #objectclass{}=C) -> check_objectclass(S, C); -check_class(_S,{poc,_ObjSet,_Params}) -> - 'fix this later'; check_class(S,ClassName) -> {RefMod,Def} = get_referenced_type(S,ClassName), case Def of |