diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-06-25 23:09:55 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-06-25 23:09:55 +0200 |
| commit | 703dfe58120cc5bdf1a1a454362b174a164d3613 (patch) | |
| tree | ea0e3864c38a555d61b1d6e5c4049d80f0d84996 /lisp/magit-core.el | |
| parent | b5aa1afc40ab9573efa0ea42f716baf80e65abe1 (diff) | |
Remove magit-libgit.el
This is just a proof-of-concept. Until that changes its dead weight
that should not be packaged. Removing it from version control is the
only way to prevent it from getting packaged anyway.
Diffstat (limited to 'lisp/magit-core.el')
| -rw-r--r-- | lisp/magit-core.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/magit-core.el b/lisp/magit-core.el index ff15486..57b08f4 100644 --- a/lisp/magit-core.el +++ b/lisp/magit-core.el @@ -37,15 +37,6 @@ (require 'magit-transient) (require 'magit-autorevert) -(when (and (not magit-inhibit-libgit) - (magit--libgit-available-p)) - (condition-case err - (require 'magit-libgit) - (error - (setq magit-inhibit-libgit 'error) - (message "Error while loading `magit-libgit': %S" err) - (message "That is not fatal. The `libegit2' module just won't be used.")))) - ;;; Options (defgroup magit nil |
