1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Remove unused variable

This commit is contained in:
James Herdman 2012-05-14 14:55:16 -04:00
parent 101439bbda
commit 39cf7bb2a3

View file

@ -116,7 +116,7 @@ module Fog
end
}
header_arr = customheaders.sort()
first = true
header_arr.each { |key,value|
# Values are lowercase and whitespace-normalized
signstring += key + ":" + value.strip.chomp.squeeze( " " ) + "\n"