diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-02-03 09:24:27 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-02-03 09:24:27 +0200 |
| commit | 9979f835e818fe2389cc97f2694fedcd174d1c41 (patch) | |
| tree | 0d536af91991ebdf4ea9c167c551d2fcb6cf0010 | |
| parent | dd1a8e224dc771c9d8164813b93e4a26ab4c7660 (diff) | |
Remove an obsolete function
| -rw-r--r-- | projectile.el | 4 |
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. |
