Skip to content

Commit 72c533c

Browse files
committed
Remove redundant require calls
1 parent 5ad113d commit 72c533c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drupal-mode.el

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,6 @@ buffer."
529529
(defun drupal-drush-sql-cli ()
530530
"Run a SQL shell using \"drush sql-cli\" in a SQL-mode comint buffer."
531531
(interactive)
532-
(require 'sql)
533-
(require 'json)
534532
(let* ((json-object-type 'plist)
535533
(config
536534
(json-read-from-string

0 commit comments

Comments
 (0)