From f028aff605ad062dc4aa9f45cca6329788934080 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 23 Mar 2013 21:54:44 -0700 Subject: [PATCH] source-files.errors: Oops fix double define. --- core/source-files/errors/errors.factor | 2 -- 1 file changed, 2 deletions(-) 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 )