branch: externals/ebdb
commit 080477b37fcb1f93628465e2535c3122d9d4b349
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>

    Remove unused variable
    
    * ebdb.el (ebdb-parse): Delete.
---
 ebdb.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ebdb.el b/ebdb.el
index 1fcd5ab..748233c 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -1953,8 +1953,7 @@ The result looks like this:
 
   (let ((country-regexp "\\+(?\\([0-9]\\{1,3\\}\\))?[ \t]+")
        (area-regexp "(?\\([0-9]\\{1,4\\}\\)[-)./ \t]+")
-        (ext-regexp "[ \t]?e?[xX]t?\\.?[ \t]?\\([0-9]+\\)")
-       acc)
+        (ext-regexp "[ \t]?e?[xX]t?\\.?[ \t]?\\([0-9]+\\)"))
     (with-temp-buffer
       (insert (ebdb-string-trim string))
       (goto-char (point-min))

Reply via email to