branch: elpa/drupal-mode
commit 72c533c619f273d9539bfb925334088dab12bf1f
Author: joddie <[email protected]>
Commit: joddie <[email protected]>
Remove redundant `require` calls
---
drupal-mode.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/drupal-mode.el b/drupal-mode.el
index 70e22a9a1d..6d3c1edf4b 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -529,8 +529,6 @@ buffer."
(defun drupal-drush-sql-cli ()
"Run a SQL shell using \"drush sql-cli\" in a SQL-mode comint buffer."
(interactive)
- (require 'sql)
- (require 'json)
(let* ((json-object-type 'plist)
(config
(json-read-from-string