summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/cedet/semantic/symref/grep.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/cedet/semantic/symref/grep.el b/lisp/cedet/semantic/symref/grep.el
index f8b29290706..341a083775f 100644
--- a/lisp/cedet/semantic/symref/grep.el
+++ b/lisp/cedet/semantic/symref/grep.el
@@ -119,10 +119,6 @@ PATTERN is the pattern used by Grep."
pattern
filepattern
rootdir)))
- ;; http://debbugs.gnu.org/20719
- (when (string-match "find \\(\\.\\)" cmd)
- (setq cmd (replace-match rootdir t t cmd 1)))
- ;;(message "New command: %s" cmd)
cmd))
(defcustom semantic-symref-grep-shell shell-file-name