summaryrefslogtreecommitdiff
path: root/elisp/geiser-repl.el
diff options
context:
space:
mode:
Diffstat (limited to 'elisp/geiser-repl.el')
-rw-r--r--elisp/geiser-repl.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/elisp/geiser-repl.el b/elisp/geiser-repl.el
index 069fc1f..c256c81 100644
--- a/elisp/geiser-repl.el
+++ b/elisp/geiser-repl.el
@@ -53,9 +53,6 @@ See also `geiser-repl-current-project-function' for the function
used to discover a buffer's project."
:type 'boolean)
-(declare project-root "project.el")
-(declare project-current "project.el")
-
(defun geiser-repl-project-root ()
"Use project.el, to determine a buffer's project root."
(when-let (p (project-current)) (project-root p)))