From f08b2a394d7341e3b270c374c40778441c96c582 2010-06-19 03:54:28 From: Eric Davis Date: 2010-06-19 03:54:28 Subject: [PATCH] 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 f05b35c..99e461d 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']