scm: filesystem: code clean up model.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5754 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-05-12 07:41:08 +00:00
parent fa5f4ff77a
commit b5130b17a0
1 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# redMine - project management software
# Copyright (C) 2006-2007 Jean-Philippe Lang
# Redmine - project management software
# Copyright (C) 2006-2011 Jean-Philippe Lang
#
# FileSystem adapter
# File written by Paul Rivier, at Demotera.
@ -51,5 +51,4 @@ class Repository::Filesystem < Repository
def fetch_changesets
nil
end
end