aboutsummaryrefslogtreecommitdiff
path: root/src/data.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-03 10:03:42 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-04 15:03:00 -0700
commit220548126a4c93a7205f78cabdda66ca77bae7dd (patch)
treed6b6a9a41b1279a7bdfcc4854ee3450dc732e58f /src/data.lisp
parentc85b361044c1621b2d48597da36e427618aabc67 (diff)
downloadconsfigurator-220548126a4c93a7205f78cabdda66ca77bae7dd.tar.gz
drop SKIP-DATA-SOURCE function & unexport the symbol
We don't invoke the restart programmatically anywhere at present. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/data.lisp')
-rw-r--r--src/data.lisp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/data.lisp b/src/data.lisp
index 36dc0ce..6ee793c 100644
--- a/src/data.lisp
+++ b/src/data.lisp
@@ -134,10 +134,6 @@ as, before being passed to implementations of REGISTER-DATA-SOURCE."
(push pair *data-sources*)
(push args *data-source-registrations*))))
-(defun skip-data-source (c)
- (declare (ignore c))
- (invoke-restart 'skip-data-source))
-
(defun reset-data-sources ()
"Forget all data sources registered in this Lisp image and items of string
data obtained from data sources by this Lisp image.