Skip to content

Commit

Permalink
Remove unused auto-compile-handle-autoloads-error
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Nov 30, 2022
1 parent 68505c5 commit c2c2177
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions auto-compile.el
Original file line number Diff line number Diff line change
Expand Up @@ -633,10 +633,6 @@ pretend the byte code file exists.")
(when auto-compile-mark-failed-modified
(set-buffer-modified-p t))))))

(defun auto-compile-handle-autoloads-error (dest)
(auto-compile-ding)
(packed-remove-autoloads dest nil))

(defun auto-compile-ding ()
(when auto-compile-ding
(ding)))
Expand Down

0 comments on commit c2c2177

Please sign in to comment.