branch: elpa/emacsql
commit 02badb729decd6a4d6501ef1dabe8eea99b39b90
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Remove obsolete emacsql-sqlite-common.el
---
 Makefile                 |  1 -
 emacsql-sqlite-common.el | 22 ----------------------
 emacsql-sqlite.el        |  4 ++--
 3 files changed, 2 insertions(+), 25 deletions(-)

diff --git a/Makefile b/Makefile
index 8cf8efd3e7..e9d5bf820f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,6 @@ PKG = emacsql
 ELS   = $(PKG)-compiler.el
 ELS  += $(PKG).el
 ELS  += $(PKG)-sqlite.el
-ELS  += $(PKG)-sqlite-common.el
 ELS  += $(PKG)-sqlite-builtin.el
 ELS  += $(PKG)-sqlite-module.el
 ELS  += $(PKG)-mysql.el
diff --git a/emacsql-sqlite-common.el b/emacsql-sqlite-common.el
deleted file mode 100644
index 129d1401bc..0000000000
--- a/emacsql-sqlite-common.el
+++ /dev/null
@@ -1,22 +0,0 @@
-;;; emacsql-sqlite-common.el --- Transitional library that should not be 
loaded  -*- lexical-binding:t -*-
-
-;; This is free and unencumbered software released into the public domain.
-
-;; Author: Jonas Bernoulli <emacs.emac...@jonas.bernoulli.dev>
-;; Maintainer: Jonas Bernoulli <emacs.emac...@jonas.bernoulli.dev>
-
-;; SPDX-License-Identifier: Unlicense
-
-;;; Commentary:
-
-;; Transitional library that should not be loaded.  If your package still
-;; requires this library, change it to require `emacsql-sqlite' instead.
-
-;;; Code:
-
-(require 'emacsql-sqlite)
-
-(provide 'emacsql-sqlite-common)
-
-;;; emacsql-sqlite-common.el ends here
-
diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el
index b58a1181a8..3add7aebcf 100644
--- a/emacsql-sqlite.el
+++ b/emacsql-sqlite.el
@@ -1,4 +1,4 @@
-;;; emacsql-sqlite.el --- Code used by multiple SQLite back-ends  -*- 
lexical-binding:t -*-
+;;; emacsql-sqlite.el --- Code used by both SQLite back-ends  -*- 
lexical-binding:t -*-
 
 ;; This is free and unencumbered software released into the public domain.
 
@@ -9,7 +9,7 @@
 
 ;;; Commentary:
 
-;; This library contains code that is used by multiple SQLite back-ends.
+;; This library contains code that is used by both SQLite back-ends.
 
 ;;; Code:
 

Reply via email to