diff options
| author | Stefan Kangas | 2024-07-04 23:55:16 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-07-04 23:55:16 +0200 |
| commit | 0e591a9112c15bfe7bd19c06fa117cfc9e87f8b5 (patch) | |
| tree | 251eb128fb477faf6a8d02191faaf34d314586a9 /test | |
| parent | f91387cce8f6f1dced427ad44686ffcc69574ef6 (diff) | |
| download | emacs-0e591a9112c15bfe7bd19c06fa117cfc9e87f8b5.tar.gz emacs-0e591a9112c15bfe7bd19c06fa117cfc9e87f8b5.zip | |
Remove redundant `require`s
* lisp/gnus/canlock.el (sha1):
* lisp/international/utf7.el (base64):
* lisp/net/hmac-md5.el (md5):
* lisp/org/ob-processing.el (sha1):
* lisp/org/org-feed.el (sha1):
* test/lisp/net/rfc2104-tests.el (sha1, md5): Don't require features
that are built-in, and always provided.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/net/rfc2104-tests.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lisp/net/rfc2104-tests.el b/test/lisp/net/rfc2104-tests.el index be5da619eaa..40e593ad56b 100644 --- a/test/lisp/net/rfc2104-tests.el +++ b/test/lisp/net/rfc2104-tests.el | |||
| @@ -23,8 +23,6 @@ | |||
| 23 | 23 | ||
| 24 | (require 'ert) | 24 | (require 'ert) |
| 25 | (require 'rfc2104) | 25 | (require 'rfc2104) |
| 26 | (require 'sha1) | ||
| 27 | (require 'md5) | ||
| 28 | 26 | ||
| 29 | (ert-deftest dbus-test-sha1 () | 27 | (ert-deftest dbus-test-sha1 () |
| 30 | (should | 28 | (should |