diff options
Diffstat (limited to 'lisp/vc/vc-src.el')
-rw-r--r-- | lisp/vc/vc-src.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/vc/vc-src.el b/lisp/vc/vc-src.el index 186f73f9890..931dc5a2a93 100644 --- a/lisp/vc/vc-src.el +++ b/lisp/vc/vc-src.el @@ -39,7 +39,6 @@ ;; * working-revision (file) OK ;; - latest-on-branch-p (file) ?? ;; * checkout-model (files) OK -;; * workfile-unchanged-p (file) OK ;; - mode-line-string (file) NOT NEEDED ;; STATE-CHANGING FUNCTIONS ;; * register (files &optional rev comment) OK @@ -213,9 +212,6 @@ This function differs from vc-do-command in that it invokes `vc-src-program'." (vc-src-command standard-output file "list" "-f{1}" "@"))) "0")) -(defun vc-src-workfile-unchanged-p (file) - (eq 'up-to-date (vc-src-state file))) - ;;; ;;; State-changing functions ;;; |