]> git.eshelyaron.com Git - emacs.git/commitdiff
(project-try-vc): Remove unused defvar/require
authorOmar Polo <op@omarpolo.com>
Sat, 18 Feb 2023 13:10:57 +0000 (15:10 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 18 Feb 2023 13:11:13 +0000 (15:11 +0200)
* lisp/progmodes/project.el (project-try-vc):
Remove unused defvar/require (bug#61577).

lisp/progmodes/project.el

index 1228c73fee86bbae3727fddd8a9687496849b040..11228226592bd1940e5c0abeca2e8deddb97f67b 100644 (file)
@@ -1,7 +1,7 @@
 ;;; project.el --- Operations on the current project  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2015-2023 Free Software Foundation, Inc.
-;; Version: 0.9.7
+;; Version: 0.9.8
 ;; Package-Requires: ((emacs "26.1") (xref "1.4.0"))
 
 ;; This is a GNU ELPA :core package.  Avoid using functionality that
@@ -512,8 +512,6 @@ project backend implementation of `project-external-roots'.")
 See `project-vc-extra-root-markers' for the marker value format.")
 
 (defun project-try-vc (dir)
-  (defvar vc-svn-admin-directory)
-  (require 'vc-svn)
   ;; FIXME: Learn to invalidate when the value of
   ;; `project-vc-merge-submodules' or `project-vc-extra-root-markers'
   ;; changes.