Skip to content

Commit

Permalink
Remove resolved TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Jul 16, 2024
1 parent 67945a9 commit e6b459c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -2630,8 +2630,6 @@ Using BUFFER and STR."
"Start compilation for CONFIG."
(let ((default-directory (dape--guess-root config))
(command (plist-get config 'compile)))
;; TODO Is it really necessary to have `dape-compile-fn' as an
;; option as `default-directory' is set.
(funcall dape-compile-fn command)
(with-current-buffer (compilation-find-buffer)
(setq dape--compile-config config)
Expand Down

0 comments on commit e6b459c

Please sign in to comment.