From: Eric Davis Date: Sat, 19 Jun 2010 03:54:28 +0000 (+0000) Subject: Unused variable X-Git-Tag: 1.0.0~59 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f08b2a394d7341e3b270c374c40778441c96c582;p=redmine.git Unused variable git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3774 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/models/attachment.rb b/app/models/attachment.rb index f05b35c77..99e461dc8 100644 --- a/app/models/attachment.rb +++ b/app/models/attachment.rb @@ -141,7 +141,6 @@ class Attachment < ActiveRecord::Base # :unsaved => array of the files that could not be attached def self.attach_files(obj, attachments) attached = [] - unsaved = [] if attachments && attachments.is_a?(Hash) attachments.each_value do |attachment| file = attachment['file']