Skip to content

Commit

Permalink
Remove redundant require calls
Browse files Browse the repository at this point in the history
  • Loading branch information
joddie committed Aug 25, 2015
1 parent 5ad113d commit 72c533c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drupal-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72c533c

Please sign in to comment.