emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql a29b9e7ea5 388/427: No longer needlessly require u


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql a29b9e7ea5 388/427: No longer needlessly require url and url-http
Date: Tue, 13 Dec 2022 03:00:14 -0500 (EST)

branch: elpa/emacsql
commit a29b9e7ea5e07371576f3499538294135109a6a7
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    No longer needlessly require url and url-http
    
    We started requiring these features in [1: a615546] for the benefit of
    `emacsql-sqlite-download', which was later removed in [2: 62d3915].
    
    Closes #99.
    
    1: 2014-02-03 a6155464c764822380848260935c0a6f9de285d8
       Try to build the package locally if possible.
    
    2: 2018-01-28 62d39157370219a1680265fa593f90ccd51457da
       Update to SQLite 3.22.0 and remove download system (#40)
---
 emacsql-sqlite.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el
index b14d1ac52b..dbec5e95eb 100644
--- a/emacsql-sqlite.el
+++ b/emacsql-sqlite.el
@@ -17,8 +17,6 @@
 (require 'cl-lib)
 (require 'cl-generic)
 (require 'eieio)
-(require 'url)
-(require 'url-http)
 (require 'emacsql)
 
 ;;; SQLite connection



reply via email to

[Prev in Thread] Current Thread [Next in Thread]