branch: externals/phpinspect
commit ea7795c76e9b6a7462cfa22439ca8b437c8bd4e5
Author: Hugo Thunnissen <[email protected]>
Commit: Hugo Thunnissen <[email protected]>
Remove commented code
---
phpinspect-autoload.el | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/phpinspect-autoload.el b/phpinspect-autoload.el
index cb7cca9104..40526db6e4 100644
--- a/phpinspect-autoload.el
+++ b/phpinspect-autoload.el
@@ -82,22 +82,6 @@
qualified names congruent with a bareword type name. Keyed by
bareword typenames."))
-;; (define-inline phpinspect-directory-lister (dirs &optional fs)
-;; (inline-letevals (dirs fs)
-;; (inline-quote
-;; (let* ((directory (pop ,dirs))
-;; (files
-;; (phpinspect-fs-directory-files ,fs directory))
-;; listing)
-;; (dolist (file files)
-;; (if (phpinspect-fs-file-directory-p ,fs file)
-;; (push file ,dirs)
-;; (push file listing)))
-
-;; listing))))
-
-;; (phpinspect-define-pipeline-step phpinspect-directory-lister
phpinspect-directory-lister)
-
(cl-defstruct (phpinspect-cj-iter-ctx (:constructor
phpinspect-make-cj-iter-ctx))
(autoloader nil
:type phpinspect-autoloader)
@@ -265,8 +249,5 @@ bareword typenames."))
:into (phpinspect-iterate-composer-jsons :with-context autoloader)
:into phpinspect-al-strategy-execute)))
-(cl-defmethod phpinspect-autoloader-refresh
-
-
(provide 'phpinspect-autoload)
;;; phpinspect-autoload.el ends here