From b8aa4da28a1e61d3d14e296cddd3584d505da3c3 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 11 Oct 2013 17:37:51 +0000 Subject: [PATCH] remove unneeded "require 'diff'" from WikiController (#15105) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12207 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/controllers/wiki_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/wiki_controller.rb b/app/controllers/wiki_controller.rb index a1d68edc5..17faf2a74 100644 --- a/app/controllers/wiki_controller.rb +++ b/app/controllers/wiki_controller.rb @@ -15,8 +15,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -require 'diff' - # The WikiController follows the Rails REST controller pattern but with # a few differences #