]> source.dussan.org Git - redmine.git/commitdiff
Fix unnecessary requirement in /lib/redmine/scm/adapters/filesystem_adapter.rb (...
authorGo MAEDA <maeda@farend.jp>
Thu, 25 Aug 2022 14:53:58 +0000 (14:53 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 25 Aug 2022 14:53:58 +0000 (14:53 +0000)
Contributed by Mischa The Evil.

git-svn-id: https://svn.redmine.org/redmine/trunk@21780 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/scm/adapters/filesystem_adapter.rb

index 5b98d531465b226037a09abcccfc4d491dac56c4..f03a713ef38ed5b093d53d08a2ee6cc5e58d38d7 100644 (file)
@@ -21,7 +21,6 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 require 'redmine/scm/adapters/abstract_adapter'
-require 'find'
 
 module Redmine
   module Scm