Remove unused require in url-future.el
This commit is contained in:
parent
fba9b8b646
commit
1deeb569b1
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-02-14 Leo Liu <sdl.web@gmail.com>
|
||||
|
||||
* url-future.el: Fix last change.
|
||||
|
||||
2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
* url-future.el (url-future-test): Move to test/automated.
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
;;; Code:
|
||||
|
||||
(eval-when-compile (require 'cl))
|
||||
(eval-when-compile (require 'ert))
|
||||
|
||||
(defstruct url-future callback errorback status value)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue