From: Toshi MARUYAMA Date: Fri, 11 Oct 2013 17:37:51 +0000 (+0000) Subject: remove unneeded "require 'diff'" from WikiController (#15105) X-Git-Tag: 2.4.0~57 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b8aa4da28a1e61d3d14e296cddd3584d505da3c3;p=redmine.git remove unneeded "require 'diff'" from WikiController (#15105) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12207 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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 #