From 08e5340c9d1012bdbcd1ff56b4f69bf812afc453 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 16 Dec 2018 12:34:54 -0600 Subject: [PATCH] furnace.auth: Rather have clean builds than loaded docs. Fixes #2068 Fixes #2077 --- basis/furnace/auth/auth-docs.factor | 8 -------- 1 file changed, 8 deletions(-) diff --git a/basis/furnace/auth/auth-docs.factor b/basis/furnace/auth/auth-docs.factor index a05dd3c605..c6dbf6e419 100644 --- a/basis/furnace/auth/auth-docs.factor +++ b/basis/furnace/auth/auth-docs.factor @@ -1,14 +1,6 @@ USING: byte-arrays checksums.sha furnace.auth.providers furnace.auth.providers.db help.markup help.syntax http kernel math strings vocabs words.symbol ; -"furnace.auth.basic" require -"furnace.auth.features.deactivate-user" require -"furnace.auth.features.edit-profile" require -"furnace.auth.features.recover-password" require -"furnace.auth.features.registration" require -"furnace.auth.login" require -"furnace.auth.providers.assoc" require -"furnace.auth.providers.null" require IN: furnace.auth HELP: