Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Mar 5, 2015
1 parent 9d9911a commit f78697a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jedi-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -939,10 +939,6 @@ one request at the time is emitted."
(epc:sync (jedi:get-epc) (jedi:defined-names--singleton-deferred)))
jedi:defined-names--cache)

(defun jedi:after-change-handler (&rest _)
(unless (or (ac-menu-live-p) (ac-inline-live-p))
(jedi:defined-names--singleton-deferred)))

(defun jedi:imenu-make-marker (def)
(destructuring-bind (&key line_nr column &allow-other-keys) def
(save-excursion (jedi:goto--line-column line_nr column)
Expand Down

0 comments on commit f78697a

Please sign in to comment.