summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-git.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-12-01 23:49:35 -0500
committerEric S. Raymond <esr@thyrsus.com>2014-12-01 23:49:35 -0500
commit2fb8b146f74791d7cbe702292b8197913d437c75 (patch)
treef0f5b8d13ff9d2e94db08e398a8127b90b4b0b32 /lisp/vc/vc-git.el
parentea99f8c1ab8e97a54116e50157dd4bd6f1247b91 (diff)
downloademacs-2fb8b146f74791d7cbe702292b8197913d437c75.tar.gz
Remove clear-headers from VC's public method set.
* vc/vc.el and all backends: API simplification; clear-headers is no longer a public method. It is now local to the one place it's used, in the RCS steal-lock method.
Diffstat (limited to 'lisp/vc/vc-git.el')
-rw-r--r--lisp/vc/vc-git.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
index 93c5ff805f6..3538f2c3828 100644
--- a/lisp/vc/vc-git.el
+++ b/lisp/vc/vc-git.el
@@ -95,7 +95,6 @@
;; - previous-revision (file rev) OK
;; - next-revision (file rev) OK
;; - check-headers () COULD BE SUPPORTED
-;; - clear-headers () NOT NEEDED
;; - delete-file (file) OK
;; - rename-file (old new) OK
;; - find-file-hook () OK