From f08b2a394d7341e3b270c374c40778441c96c582 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Sat, 19 Jun 2010 03:54:28 +0000 Subject: [PATCH] Unused variable git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3774 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/models/attachment.rb | 1 - 1 file changed, 1 deletion(-) 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'] -- 2.39.5