1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-23 17:01:13 +00:00

Remove unnecessary requiring of "rexml/document" (#32189).

git-svn-id: http://svn.redmine.org/redmine/trunk@18588 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2019-10-03 13:36:18 +00:00
parent 9c01c3ba21
commit 4146467ff2

View File

@ -1,7 +1,5 @@
# frozen_string_literal: true
require 'rexml/document'
module Redmine
# @private
module VERSION