aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2025-02-03 09:24:27 +0200
committerBozhidar Batsov <bozhidar@batsov.dev>2025-02-03 09:24:27 +0200
commit9979f835e818fe2389cc97f2694fedcd174d1c41 (patch)
tree0d536af91991ebdf4ea9c167c551d2fcb6cf0010
parentdd1a8e224dc771c9d8164813b93e4a26ab4c7660 (diff)
Remove an obsolete function
-rw-r--r--projectile.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/projectile.el b/projectile.el
index c1ce7d3..52b3a80 100644
--- a/projectile.el
+++ b/projectile.el
@@ -1875,10 +1875,6 @@ projectile project root."
(let ((project-root (projectile-project-root)))
(mapcar (lambda (f) (file-relative-name f project-root)) files)))
-(defun projectile--regexp-quote-dir (dir)
- "Convert the string DIR to a proper regexp."
- (concat "^" (regexp-quote dir) "$"))
-
(defun projectile-ignored-directory-p
(directory &optional ignored-directories local-directory globally-ignored-directories)
"Check if DIRECTORY should be ignored.