Browse Source

Removed useless require 'iconv' (#12787).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11176 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.3.0
Jean-Philippe Lang 11 years ago
parent
commit
e224d50408
2 changed files with 0 additions and 3 deletions
  1. 0
    1
      app/models/auth_source_ldap.rb
  2. 0
    2
      app/models/changeset.rb

+ 0
- 1
app/models/auth_source_ldap.rb View File

@@ -15,7 +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 'iconv'
require 'net/ldap'
require 'net/ldap/dn'
require 'timeout'

+ 0
- 2
app/models/changeset.rb View File

@@ -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 'iconv'

class Changeset < ActiveRecord::Base
belongs_to :repository
belongs_to :user

Loading…
Cancel
Save