diff --git a/core/source-files/errors/errors.factor b/core/source-files/errors/errors.factor index ea44db68a6..7336e4434e 100644 --- a/core/source-files/errors/errors.factor +++ b/core/source-files/errors/errors.factor @@ -27,8 +27,6 @@ M: source-file-error compute-restarts error>> compute-restarts ; TUPLE: error-type-holder type word plural icon quot forget-quot { fatal? initial: t } ; -TUPLE: error-type type word plural icon quot forget-quot { fatal? initial: t } ; - GENERIC: error-type ( error -- type ) : ( error definition class -- source-file-error )